sleep not working
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
config.json
|
||||
googleoauth.json
|
||||
googleoauth.json
|
||||
__pycache__
|
||||
|
||||
@@ -102,7 +102,7 @@ class timenetManager:
|
||||
response = None
|
||||
if not args.debug:
|
||||
self.addMessage("####HACIENDO CHECK####")
|
||||
sleep(random.randint(1, 4))
|
||||
sleep(random.randint(80, 230))
|
||||
response = self.post("check", data, self.headers)
|
||||
else:
|
||||
self.addMessage('Corriendo en modo debug. No se realizará ninguna acción')
|
||||
|
||||
Reference in New Issue
Block a user