Removed initial sleep that was added
This commit is contained in:
@@ -191,7 +191,7 @@ class Worker:
|
|||||||
def run(product):
|
def run(product):
|
||||||
worker = Worker()
|
worker = Worker()
|
||||||
list = worker.first_run(product)
|
list = worker.first_run(product)
|
||||||
time.sleep(constants.SLEEP_TIME)
|
#time.sleep(constants.SLEEP_TIME)
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
loop = asyncio.new_event_loop()
|
loop = asyncio.new_event_loop()
|
||||||
|
|||||||
Reference in New Issue
Block a user