bing bong

This commit is contained in:
Luke Rogers 2013-11-30 16:58:32 +13:00
parent a78a86602d
commit 6ff926246b
4 changed files with 6 additions and 7 deletions

View file

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