Dont log changed files

This commit is contained in:
shortcutme 2017-01-29 19:02:40 +01:00
parent 39e3f22d0b
commit b03f287d86
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -45,6 +45,5 @@ class DebugReloader:
):
return False # Ignore *.pyc changes and no reload within 1 sec
time.sleep(0.1) # Wait for lock release
logging.debug("Changed: %s, reloading source." % evt.path)
self.callback()
self.last_chaged = time.time()