diff --git a/tools/sync2com-mojang.py b/tools/sync2com-mojang.py index d18393000..f8a9d7f4b 100644 --- a/tools/sync2com-mojang.py +++ b/tools/sync2com-mojang.py @@ -124,7 +124,8 @@ def on_deleted(self, ev): sync_all() try: alert_watching() - while True: time.sleep(1) + while True: + time.sleep(1) except KeyboardInterrupt: observerBP.stop() observerRP.stop()