Former-commit-id: 0c34f85f763e2d795cb6de42dd882b40075d79ff
This commit is contained in:
Alex Fiallos
2019-07-03 03:34:31 -04:00

View File

@@ -264,6 +264,7 @@ class OuterWrapper(ABC):
data_msg['payload'] = data
data_msg['signal'] = 'data'
data_msg['source'] = self.model_id
data_msg['incstep'] = self.incstep
self.pub_queue.put(data_msg)
logging.info("finished the increment")