diff options
| -rw-r--r-- | python-tornado/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-tornado/migration.md b/python-tornado/migration.md index 5ce15b5..7feb4ea 100644 --- a/python-tornado/migration.md +++ b/python-tornado/migration.md @@ -40,7 +40,7 @@ message = 'Hello World !!!' def callback(messages): print(messages) -pubnub.history( { +pubnub.publish( { 'channel' : channel, 'message' : message, 'callback' : callback |
