further increase delay to avoid hitting twitter rate limit
This commit is contained in:
parent
d2910f8516
commit
dc8ba181f7
|
@ -199,7 +199,7 @@ if __name__ == "__main__":
|
|||
try:
|
||||
while True:
|
||||
bot.flow()
|
||||
sleep(6)
|
||||
sleep(10)
|
||||
except:
|
||||
traceback.print_exc()
|
||||
bot.shutdown()
|
||||
|
|
|
@ -22,7 +22,7 @@ if __name__ == '__main__':
|
|||
while True:
|
||||
statuses = mbot.retoot(statuses)
|
||||
statuses = tbot.flow(statuses)
|
||||
time.sleep(6)
|
||||
time.sleep(10)
|
||||
except:
|
||||
traceback.print_exc()
|
||||
tbot.shutdown()
|
||||
|
|
Loading…
Reference in a new issue