Merge pull request #2446 from jkugler/fix_signature_on_inotify_fail

This commit is contained in:
Benoit Chesneau 2023-05-07 23:08:42 +02:00 committed by GitHub
commit bc39261621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')