Error handling...
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 1m0s

This commit is contained in:
retoor 2025-01-10 01:02:51 +01:00
parent 12bb6d6211
commit 91c3a0794b

View File

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