diff --git a/wallamanta/worker.py b/wallamanta/worker.py index 3257c96..0c8b5c5 100644 --- a/wallamanta/worker.py +++ b/wallamanta/worker.py @@ -37,6 +37,7 @@ class Worker: for step in range(15): while True: + time.sleep(0.5) response = requests.get(url+ f"&step={step+1}") try: if response.status_code == 200: