From 1d601e3411af27c1b39e697849a538b692a535e7 Mon Sep 17 00:00:00 2001 From: Devendra Date: Sat, 14 Dec 2013 03:09:03 +0530 Subject: fixing encryption to be compatible with JS and java --- python-twisted/unassembled/Platform.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python-twisted/unassembled/Platform.py') 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, ) -- cgit v1.2.3