From 5a47adb56bfe80c34ed5b04a4824e517a3cde16d Mon Sep 17 00:00:00 2001 From: Devendra Date: Tue, 26 Feb 2013 01:02:44 +0530 Subject: fixiing encryption to interact with php app --- python-tornado/Pubnub.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python-tornado') 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, ) -- cgit v1.2.3