diff options
Diffstat (limited to 'python-tornado')
| -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,          )         | 
