We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf07de commit 8e37366Copy full SHA for 8e37366
sample/msi_v2_sample.py
@@ -68,7 +68,7 @@ def acquire_and_use_token():
68
).json()
69
print("API call result:", json.dumps(api_result, indent=2))
70
else:
71
- print("Token acquisition failed", result) # Examine result["error_description"] etc. to diagnose error
+ print("Token acquisition failed") # Examine result["error_description"] etc. to diagnose error
72
73
74
if __name__ == "__main__":
0 commit comments