mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +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.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():
|
||||||
|
|||||||
Reference in New Issue
Block a user