diff options
| author | Devendra | 2013-02-26 01:02:44 +0530 |
|---|---|---|
| committer | Devendra | 2013-02-26 01:02:44 +0530 |
| commit | 5a47adb56bfe80c34ed5b04a4824e517a3cde16d (patch) | |
| tree | e1471b69edbc249b89313b77b885b6fca3fd2f51 /python-tornado/Pubnub.py | |
| parent | 12aee359893dcdfee2c958ef4c8c98b493b267e6 (diff) | |
| download | pubnub-python-5a47adb56bfe80c34ed5b04a4824e517a3cde16d.tar.bz2 | |
fixiing encryption to interact with php app
Diffstat (limited to 'python-tornado/Pubnub.py')
| -rw-r--r-- | python-tornado/Pubnub.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python-tornado/Pubnub.py b/python-tornado/Pubnub.py index 880e396..eba2a0f 100644 --- a/python-tornado/Pubnub.py +++ b/python-tornado/Pubnub.py @@ -51,6 +51,7 @@ class Pubnub(PubnubCoreAsync): publish_key=publish_key, subscribe_key=subscribe_key, secret_key=secret_key, + cipher_key=cipher_key, ssl_on=ssl_on, origin=origin, ) |
