raised rate limit sleep time

This commit is contained in:
b3yond 2017-07-11 22:55:49 +02:00
parent a2f7b49c99
commit f881ab490e

View file

@ -22,7 +22,7 @@ if __name__ == '__main__':
while True:
statuses = mbot.retoot(statuses)
statuses = tbot.flow(statuses)
time.sleep(1)
time.sleep(6)
except:
traceback.print_exc()
tbot.shutdown()