We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75102a commit 398320cCopy full SHA for 398320c
2 files changed
README.md
@@ -118,7 +118,8 @@ async def async_main():
118
print(
119
f"""
120
Could not refresh tokens from {tokens_file}, err={e}\n
121
- You might have to delete the tokens file if refresh token is expired
+ You might have to delete the tokens file and re-authenticate
122
+ if refresh token is expired
123
"""
124
)
125
sys.exit(-1)
readme_example.py
@@ -57,7 +57,8 @@ async def async_main():
57
58
59
60
61
62
63
64
0 commit comments