Skip to content

Commit 8f36e52

Browse files
committed
working on pubsub
2 parents e020dd9 + 836864e commit 8f36e52

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stdnet/lib/redis/pubsub.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,10 @@ def psubscribe(self, channels):
5050

5151
def punsubscribe(self, channels):
5252
return self.execute_command('punsubscribe', channels)
53-
53+
5454
def pool(self):
5555
if self.request:
5656
return self.request.read_response()
57-
58-
# INTERNALS
5957

6058
def execute_command(self, command, channels):
6159
cmd = (command, channels)

0 commit comments

Comments
 (0)