sleep not working

This commit is contained in:
2023-10-27 15:09:42 +02:00
parent 6020ce5acb
commit 90a2bf4578
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
config.json config.json
googleoauth.json googleoauth.json
__pycache__

View File

@@ -102,7 +102,7 @@ class timenetManager:
response = None response = None
if not args.debug: if not args.debug:
self.addMessage("####HACIENDO CHECK####") self.addMessage("####HACIENDO CHECK####")
sleep(random.randint(1, 4)) sleep(random.randint(80, 230))
response = self.post("check", data, self.headers) response = self.post("check", data, self.headers)
else: else:
self.addMessage('Corriendo en modo debug. No se realizará ninguna acción') self.addMessage('Corriendo en modo debug. No se realizará ninguna acción')