From 4f2060a220d4a61203c1cf9f0488b7a2761ffe5f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 31 Jul 2018 18:38:42 +0200 Subject: [PATCH] Gently stop everything --- bots.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bots.py b/bots.py index edfc7424..88174ec5 100644 --- a/bots.py +++ b/bots.py @@ -28,4 +28,6 @@ if __name__ == "__main__": except KeyboardInterrupt: if platform.system() == "Linux": os.system("reset") + print("Stopping...") discord_telegram_pipe[0].send("stop") + time.sleep(30) \ No newline at end of file