Removed initial sleep that was added
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user