diff options
Diffstat (limited to 'python/examples/wildcard_subscribe.py')
| -rw-r--r-- | python/examples/wildcard_subscribe.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/python/examples/wildcard_subscribe.py b/python/examples/wildcard_subscribe.py index c78f83d..b2a7e76 100644 --- a/python/examples/wildcard_subscribe.py +++ b/python/examples/wildcard_subscribe.py @@ -70,6 +70,8 @@ def c():  	def callback(message1, channel1, real_channel=None):  		print(channel1 + " : " + real_channel + " : " + str(message1)) +		pubnub.unsubscribe(channel="c.*") +		print pubnub.publish(channel=channel, message="c1")  	def error(message): | 
