From b60f421b301abf348ab887991809966bbb66087c Mon Sep 17 00:00:00 2001 From: Devendra Date: Fri, 23 May 2014 20:52:10 +0530 Subject: adding success message after unsubscribe --- python/examples/console.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/examples') 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): -- cgit v1.2.3