Fix linting errors with current build-base image

This commit is contained in:
Jens Langhammer
2019-06-25 18:50:37 +02:00
parent a4f83bd28a
commit b35a9fad86
3 changed files with 4 additions and 2 deletions

View File

@ -137,4 +137,6 @@ def signal_handler(sender, **kwargs):
"""Add all loaded config files to autoreload watcher"""
for path in CONFIG.loaded_file:
sender.watch_file(path)
autoreload_started.connect(signal_handler)