mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +01:00
Removing comments
This commit is contained in:
committed by
zach dwiel
parent
9a30c26469
commit
fb2721fffa
@@ -150,9 +150,7 @@ class RedisSub(threading.Thread):
|
||||
self.subscriber = None
|
||||
self.agent = agent
|
||||
self.channel = channel
|
||||
print('Before subscribe')
|
||||
self.subscriber = self.pubsub.subscribe(self.channel)
|
||||
print('After subscribe')
|
||||
|
||||
def run(self):
|
||||
for message in self.pubsub.listen():
|
||||
|
||||
Reference in New Issue
Block a user