Skip to content

Commit 71b376a

Browse files
Update articles/active-directory/develop/msal-error-handling-python.md
Co-authored-by: Ray Luo <[email protected]>
1 parent 913523d commit 71b376a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-error-handling-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if not result:
4646
if "access_token" in result:
4747
print("Access token: %s" % result["access_token"])
4848
else:
49-
print("Error code: %s" % result.get("error_code"))
49+
print("Error: %s" % result.get("error"))
5050

5151
```
5252

0 commit comments

Comments
 (0)