diff options
| author | Devendra | 2013-12-14 03:09:03 +0530 |
|---|---|---|
| committer | Devendra | 2013-12-14 03:09:03 +0530 |
| commit | 1d601e3411af27c1b39e697849a538b692a535e7 (patch) | |
| tree | 44e494f838da6fe2369718ef3c580c887bf018ae /python-twisted/unassembled | |
| parent | 56a6a2cf5e798f412621a2ed4a6d2cb5356ee156 (diff) | |
| download | pubnub-python-1d601e3411af27c1b39e697849a538b692a535e7.tar.bz2 | |
fixing encryption to be compatible with JS and javastaging-3.3.5
Diffstat (limited to 'python-twisted/unassembled')
| -rw-r--r-- | python-twisted/unassembled/Platform.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python-twisted/unassembled/Platform.py b/python-twisted/unassembled/Platform.py index e4ae680..7318703 100644 --- a/python-twisted/unassembled/Platform.py +++ b/python-twisted/unassembled/Platform.py @@ -32,6 +32,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, ) |
