fix timeout and connection problem

This commit is contained in:
2017-08-09 20:33:20 +08:00
parent a66de774cb
commit 6fde438dcf
2 changed files with 9 additions and 8 deletions

3
bot.py
View File

@ -113,4 +113,5 @@ def main():
if __name__ == '__main__':
main()
while True:
time.sleep(10)
time.sleep(100)
bot.getMe()