From ae1ace53cf5bbf4c417b0746a256bad916f945d2 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Tue, 27 Oct 2020 01:00:42 -0700 Subject: [PATCH] adjusting some defaults --- supportbot/bot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/supportbot/bot.py b/supportbot/bot.py index 56f3537..3e9f1a7 100644 --- a/supportbot/bot.py +++ b/supportbot/bot.py @@ -44,9 +44,8 @@ class IRCBot(pydle.Client): print(f"Marking post {post.id} ({post.post_id}) as solved") post.solved = True post.save() - await asyncio.sleep(3) - await asyncio.sleep(30) + await asyncio.sleep(120) async def on_message(self, target, source, message): if source == self.nickname: