Commit 3380379e authored by hupantingxue's avatar hupantingxue

JPush python client 3.0: fix python indient issue;

parent 25a32298
......@@ -25,4 +25,4 @@ def audience(*children):
{'audience': {'tag': 'sports'}, {'tag_and': 'business'}}
"""
return {"audience": {child for child in children}}
return {"audience": [child for child in children]}
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