From 6a0d9d56e2cbcbc35e28ad79c52827a33dd57eab Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sun, 9 Dec 2018 10:35:37 -0600 Subject: [PATCH] Reverted OreAlert changes --- api/bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/bot.py b/api/bot.py index f3cf56c..df6a1e3 100644 --- a/api/bot.py +++ b/api/bot.py @@ -331,5 +331,7 @@ class OreAlert: self.playerList.append(p) except KeyboardInterrupt: api.discord_notification("OreAlert has been stopped manually.") + except: + api.discord_notification("OreAlert has crashed!", ping=True)