From 32464b11fe0cef40b0ae3d723f8e5b8151070cbd Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 10 Jan 2025 00:03:24 +0100 Subject: [PATCH] Slower service. --- src/ragnar/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ragnar/bot.py b/src/ragnar/bot.py index c3ae6f5..a2bfcd4 100644 --- a/src/ragnar/bot.py +++ b/src/ragnar/bot.py @@ -55,7 +55,7 @@ class Bot: self.api = Api(username=self.username, password=self.password) def rsleepii(self): - time.sleep(random.randint(1, 60)) + time.sleep(random.randint(1, 180)) @method_cache def login(self):