aboutsummaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
authorJinwei Zhao <[email protected]>2017-02-01 21:44:38 +0800
committerclarkzjw <[email protected]>2018-07-14 00:32:15 +0800
commit85aecde453a6b4790be2ad0d2ae6537aec56265f (patch)
tree7f4450d744084a24417d04fc001b4db3fd04d958 /bot.py
parentc71bb7495240a5c5ae306ea4e734ec3b2cc9edd6 (diff)
downloadCOMM2TG-85aecde453a6b4790be2ad0d2ae6537aec56265f.tar.gz
update
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)