Skip to content

Commit 398320c

Browse files
committed
README: Enhance error msg (again)
1 parent b75102a commit 398320c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ async def async_main():
118118
print(
119119
f"""
120120
Could not refresh tokens from {tokens_file}, err={e}\n
121-
You might have to delete the tokens file if refresh token is expired
121+
You might have to delete the tokens file and re-authenticate
122+
if refresh token is expired
122123
"""
123124
)
124125
sys.exit(-1)

readme_example.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ async def async_main():
5757
print(
5858
f"""
5959
Could not refresh tokens from {tokens_file}, err={e}\n
60-
You might have to delete the tokens file if refresh token is expired
60+
You might have to delete the tokens file and re-authenticate
61+
if refresh token is expired
6162
"""
6263
)
6364
sys.exit(-1)

0 commit comments

Comments
 (0)