From f881ab490ed2c06a2d88c1f2474981dce18b3ca7 Mon Sep 17 00:00:00 2001 From: b3yond Date: Tue, 11 Jul 2017 22:55:49 +0200 Subject: [PATCH] raised rate limit sleep time --- ticketfrei.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticketfrei.py b/ticketfrei.py index 53ec218..ca33abc 100644 --- a/ticketfrei.py +++ b/ticketfrei.py @@ -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()