Skip to content

Commit

Permalink
Merge pull request #2446 from jkugler/fix_signature_on_inotify_fail
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed May 7, 2023
2 parents e6647cf + da3b89b commit bc39261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn/reloader.py
Expand Up @@ -118,7 +118,7 @@ def run(self):
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')

Expand Down

0 comments on commit bc39261

Please sign in to comment.