diff options
| author | Devendra | 2014-06-17 03:37:51 +0530 | 
|---|---|---|
| committer | Devendra | 2014-06-17 03:37:51 +0530 | 
| commit | 0c90b0ce532d01e3a2232a8416362923bb76f3f5 (patch) | |
| tree | 98a62b3d41b436713d55debaea0260f6270390ae /python | |
| parent | 6363edd8797f914af23612bd576462dcceb408f2 (diff) | |
| download | pubnub-python-0c90b0ce532d01e3a2232a8416362923bb76f3f5.tar.bz2 | |
readme change
Diffstat (limited to 'python')
| -rw-r--r-- | python/README.md | 10 | 
1 files changed, 10 insertions, 0 deletions
| 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 | 
