From 0c90b0ce532d01e3a2232a8416362923bb76f3f5 Mon Sep 17 00:00:00 2001 From: Devendra Date: Tue, 17 Jun 2014 03:37:51 +0530 Subject: readme change --- python/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'python/README.md') diff --git a/python/README.md b/python/README.md index 14d767f..8b46275 100644 --- a/python/README.md +++ b/python/README.md @@ -60,6 +60,16 @@ pubnub.subscribe(channel, callback=callback, error=callback, connect=connect, reconnect=reconnect, disconnect=disconnect) ``` +#### UNSUBSCRIBE + +``` +# Listen for Messages + +channel = 'hello_world' + +pubnub.unsubscribe(channel=channel) +``` + #### PRESENCE -- cgit v1.2.3