aboutsummaryrefslogtreecommitdiffstats
path: root/python/3.3/publish-example.py
diff options
context:
space:
mode:
authorDevendra2013-02-25 21:58:57 +0530
committerDevendra2013-02-25 21:58:57 +0530
commit2238067fbbe3fa6154150095f8a3b4b317a7c7dd (patch)
treec833872dc41a06b64ac173911763e091a7ced6f8 /python/3.3/publish-example.py
parent2ea3826d516fdf10a889e98ffab04a8f1d790650 (diff)
downloadpubnub-python-2238067fbbe3fa6154150095f8a3b4b317a7c7dd.tar.bz2
refactoring
Diffstat (limited to 'python/3.3/publish-example.py')
-rwxr-xr-xpython/3.3/publish-example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/3.3/publish-example.py b/python/3.3/publish-example.py
index 725df0b..c97034b 100755
--- a/python/3.3/publish-example.py
+++ b/python/3.3/publish-example.py
@@ -1,7 +1,7 @@
from Pubnub import Pubnub
## Initiate Class
-pubnub = Pubnub( 'demo', 'demo', None, False )
+pubnub = Pubnub( publish_key='demo', subscribe_key='demo', ssl_on=False )
## Publish Example
info = pubnub.publish({