Removed initial sleep that was added

This commit is contained in:
Joan Cano
2023-03-20 00:07:53 +01:00
parent a91f39bece
commit 2e8ef8aee0

View File

@@ -191,7 +191,7 @@ class Worker:
def run(product):
worker = Worker()
list = worker.first_run(product)
time.sleep(constants.SLEEP_TIME)
#time.sleep(constants.SLEEP_TIME)
while True:
try:
loop = asyncio.new_event_loop()