Slower service.
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 1m9s

This commit is contained in:
retoor 2025-01-10 00:03:24 +01:00
parent 8b7aa17236
commit 32464b11fe

View File

@ -55,7 +55,7 @@ class Bot:
self.api = Api(username=self.username, password=self.password) self.api = Api(username=self.username, password=self.password)
def rsleepii(self): def rsleepii(self):
time.sleep(random.randint(1, 60)) time.sleep(random.randint(1, 180))
@method_cache @method_cache
def login(self): def login(self):