diff options
| author | Devendra | 2014-04-22 23:12:05 +0530 | 
|---|---|---|
| committer | Devendra | 2014-04-22 23:12:05 +0530 | 
| commit | 4926061ebebbc060d14feac9c9d6b13880205724 (patch) | |
| tree | 332860ffc43e35b8ee22b7ccfa9c31df53307d34 /python-tornado/unassembled/Platform.py | |
| parent | 5d6a3e1356182663b03d62f9258d38459d49017e (diff) | |
| download | pubnub-python-4926061ebebbc060d14feac9c9d6b13880205724.tar.bz2 | |
improvements to dev console
Diffstat (limited to 'python-tornado/unassembled/Platform.py')
| -rw-r--r-- | python-tornado/unassembled/Platform.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/python-tornado/unassembled/Platform.py b/python-tornado/unassembled/Platform.py index 5200136..02c374d 100644 --- a/python-tornado/unassembled/Platform.py +++ b/python-tornado/unassembled/Platform.py @@ -26,6 +26,7 @@ class Pubnub(PubnubCoreAsync):          subscribe_key,          secret_key = False,          cipher_key = False, +        auth_key = False,          ssl_on = False,          origin = 'pubsub.pubnub.com'      ) : @@ -34,6 +35,7 @@ class Pubnub(PubnubCoreAsync):              subscribe_key=subscribe_key,              secret_key=secret_key,              cipher_key=cipher_key, +            auth_key=auth_key,              ssl_on=ssl_on,              origin=origin,          )         | 
