exception message

This commit is contained in:
3err0 2019-06-24 07:14:13 +08:00
parent 2d82ddda07
commit e56e608620

View File

@ -64,5 +64,5 @@ try:
pidfile.write(pid)
pidfile.close()
bot.polling(none_stop=True, interval=0, timeout=10)
except:
pass
except Exception as e:
print(e)