mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #2446 from jkugler/fix_signature_on_inotify_fail
This commit is contained in:
commit
bc39261621
@ -118,7 +118,7 @@ if has_inotify:
|
||||
else:
|
||||
|
||||
class InotifyReloader(object):
|
||||
def __init__(self, callback=None):
|
||||
def __init__(self, extra_files=None, callback=None):
|
||||
raise ImportError('You must have the inotify module installed to '
|
||||
'use the inotify reloader')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user