connector

This commit is contained in:
4tochka 2019-05-16 09:21:01 +04:00
parent 5bde840da8
commit 03be7463be

View File

@ -273,7 +273,7 @@ class Worker:
except: pass
blocks[x] = pickle.dumps(blocks[x])
self.log.critical("worker [%s]" % self.name)
self.pipe_sent_msg(b'result', pickle.dumps(blocks))
except:
self.pipe_sent_msg(b'result', pickle.dumps([]))