diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/examples/console.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/examples/console.py b/python/examples/console.py index 6147d21..f67e168 100644 --- a/python/examples/console.py +++ b/python/examples/console.py @@ -204,6 +204,7 @@ def _unsubscribe_command_handler(channels): for channel in channels: pubnub.unsubscribe(channel) pubnub.unsubscribe(channel + '-pnpres') + print_ok('Unsubscribed from : ' + str(channels)) def _grant_command_handler(channel, auth_key, read, write, ttl, async=False): |
