bicycle-statistics: Add logger

Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
This commit is contained in:
Thomas Klaehn
2018-07-30 12:22:04 +02:00
parent b4d4d844fd
commit 629794d5f2
2 changed files with 38 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ class InputObserver(PatternMatchingEventHandler):
self.run_condition = True
def on_created(self, event):
# def on_created(self, event):
def on_any_event(self, event):
self.new_filename = event.src_path
self.lock.release()