aboutsummaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot.py')
-rwxr-xr-xbot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.py b/bot.py
index 10b1107..f1debb1 100755
--- a/bot.py
+++ b/bot.py
@@ -252,6 +252,6 @@ if __name__ == '__main__':
252 while True: 252 while True:
253 try: 253 try:
254 main() 254 main()
255 except Exception as e: 255 except Exception:
256 send_message(bot, 'Main Unexpected error' + str(sys.exc_info()[0]) + " Line: " + str(inspect.currentframe().f_lineno), True) 256 send_message(bot, 'Main Unexpected error' + str(sys.exc_info()[0]) + " Line: " + str(inspect.currentframe().f_lineno), True)
257 time.sleep(3) \ No newline at end of file 257 time.sleep(3) \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)