aboutsummaryrefslogtreecommitdiffstats
path: root/python-tornado/examples/history-example.py
diff options
context:
space:
mode:
authorDevendra2014-04-24 02:07:56 +0530
committerDevendra2014-04-24 02:07:56 +0530
commit98242257846e9276dd83adbea950f83e25a4f2b6 (patch)
tree3682d3716815161aaf41fb06031c32fa6208edf6 /python-tornado/examples/history-example.py
parentc98286f500b77dcf426367df0b688f536b77ea9b (diff)
downloadpubnub-python-98242257846e9276dd83adbea950f83e25a4f2b6.tar.bz2
pep8 compliance, removing redundant files
Diffstat (limited to 'python-tornado/examples/history-example.py')
-rw-r--r--python-tornado/examples/history-example.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python-tornado/examples/history-example.py b/python-tornado/examples/history-example.py
index 879568b..3a5fd88 100644
--- a/python-tornado/examples/history-example.py
+++ b/python-tornado/examples/history-example.py
@@ -21,6 +21,7 @@ ssl_on = len(sys.argv) > 5 and bool(sys.argv[5]) or False
pubnub = Pubnub(publish_key, subscribe_key, secret_key, cipher_key, ssl_on)
channel = 'hello_world'
+
def history_complete(messages):
print(messages)
pubnub.stop()