Speedup.
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 1m11s

This commit is contained in:
retoor 2025-01-11 19:21:25 +01:00
parent 5a77cf9687
commit a4eef61a66

View File

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