Skip to content

Commit 04568fe

Browse files
authored
Small fix.
1 parent c2300fa commit 04568fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/email/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def get_accountinfo(token, email):void
243243

244244
json_data = json.dumps(my_data).encode()
245245
headers = {"Content-Type": "application/json"}
246-
request = urllib.request.Request("https://www.googleapis.com/identitytoolkit/v3/relyingparty/getAccountInfo?key=+firebase_apikey, data=json_data, headers=headers)
246+
request = urllib.request.Request("https://www.googleapis.com/identitytoolkit/v3/relyingparty/getAccountInfo?key="+firebase_apikey, data=json_data, headers=headers)
247247

248248
try:
249249
loader = urllib.request.urlopen(request)

0 commit comments

Comments
 (0)