bicycle-statistics: Add logger
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user