Commit bb30c62e authored by fendouai's avatar fendouai

fix the example

parent 71e24d86
......@@ -10,12 +10,6 @@ push.audience = jpush.audience(
jpush.tag("tag1", "tag2"),
alias1
)
'''
push.audience = jpush.audience(
jpush.tag("tag1", "tag2"),
jpush.alias("alias1", "alias2")
)
'''
push.notification = jpush.notification(alert="Hello world with audience!")
push.platform = jpush.all_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment