diff options
Diffstat (limited to 'python-twisted/examples/history-example.py')
| -rw-r--r-- | python-twisted/examples/history-example.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python-twisted/examples/history-example.py b/python-twisted/examples/history-example.py index 31b8edb..5f352ef 100644 --- a/python-twisted/examples/history-example.py +++ b/python-twisted/examples/history-example.py @@ -31,6 +31,7 @@ crazy = 'hello_world' ## ----------------------------------------------------------------------- def history_complete(messages): print(messages) + reactor.stop() pubnub.history( { 'channel' : crazy, |
