bing bong
This commit is contained in:
parent
a78a86602d
commit
6ff926246b
4 changed files with 6 additions and 7 deletions
|
@ -50,7 +50,6 @@ class Config(dict):
|
|||
|
||||
def watcher(self):
|
||||
"""starts the watchdog to automatically reload the config when it changes on disk"""
|
||||
self.logger.debug("Starting config reloader.")
|
||||
self.observer = Observer()
|
||||
|
||||
pattern = "*{}".format(self.filename)
|
||||
|
|
Reference in a new issue