Skip to content
Snippets Groups Projects
Commit da3d0391 authored by wactbprot's avatar wactbprot
Browse files

error branch at worker.relay.

parent 065de2c1
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ class Worker(System): ...@@ -71,7 +71,7 @@ class Worker(System):
self.r.publish('io', line) self.r.publish('io', line)
else: else:
self.log.error("... try again") self.log.error("... try again")
self.relay_worker(self, task, line) self.relay_worker(task, line)
def wait_worker(self, task, line): def wait_worker(self, task, line):
time.sleep(5) time.sleep(5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment