1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

Removing comments

This commit is contained in:
Ajay Deshpande
2018-10-17 17:36:32 -07:00
committed by zach dwiel
parent 9a30c26469
commit fb2721fffa

View File

@@ -150,9 +150,7 @@ class RedisSub(threading.Thread):
self.subscriber = None self.subscriber = None
self.agent = agent self.agent = agent
self.channel = channel self.channel = channel
print('Before subscribe')
self.subscriber = self.pubsub.subscribe(self.channel) self.subscriber = self.pubsub.subscribe(self.channel)
print('After subscribe')
def run(self): def run(self):
for message in self.pubsub.listen(): for message in self.pubsub.listen():