Skip to content

Commit

Permalink
Return None if HttpError
Browse files Browse the repository at this point in the history
  • Loading branch information
amakarudze committed Mar 7, 2023
1 parent 3d6af02 commit 40f0b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gmail_accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def create_gmail_account(event):
}
).execute()
except HttpError:
pass
return None, None

return email, password

Expand Down

0 comments on commit 40f0b36

Please sign in to comment.