Commit 5a6d34e9 authored by hupantingxue's avatar hupantingxue

Modify word spell issue;

parent 6df79dae
......@@ -20,7 +20,7 @@ class Push(object):
def payload(self):
data = {
"audience": self.audience,
"paltform": self.platform,
"platform": self.platform,
}
if (self.notification is None) and (self.message is None):
raise ValueError("Notification and message cannot be both empty")
......
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