Fixed except
This commit is contained in:
parent
75dda28308
commit
3c40861c70
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ if __name__ == '__main__':
|
|||
handle_sessions_changed()
|
||||
time.sleep(FETCH_INTERVAL)
|
||||
|
||||
except KeyboardInterrupt:
|
||||
print("Manual interrupt...")
|
||||
except:
|
||||
print("Terminating...")
|
||||
observer.stop()
|
||||
observer.join()
|
Loading…
Reference in a new issue