Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachOrr committed May 4, 2019
1 parent 07376bd commit 93a7dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firebase_admin/messaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ def _message_data(self, message, dry_run):
return data

def _postproc(self, resp, body):
"""Handle response from batch API request."""
if resp.status is not 200:
data = {}
try:
Expand Down

0 comments on commit 93a7dd4

Please sign in to comment.