diff --git a/.gitignore b/.gitignore index 45cbae9..a903233 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config.json -googleoauth.json \ No newline at end of file +googleoauth.json +__pycache__ diff --git a/app/timenet_manager.py b/app/timenet_manager.py index 5df0386..9c3e4fc 100644 --- a/app/timenet_manager.py +++ b/app/timenet_manager.py @@ -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')