Commit 84d88b79 by Miles Richardson Committed by GitHub

Merge pull request #82 from asfdfdfd/patch-1

Explicit 'where' parameter check in Push
parents e2ce7d07 0d17c4a2
......@@ -54,7 +54,7 @@ class Push(ParseResource):
@classmethod
def _send(cls, data, where=None, **kw):
if where:
if where != None:
kw['where'] = where
# allow channels to be specified even if "where" is as well
......
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