File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ async def async_main():
118
118
print (
119
119
f """
120
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
121
+ You might have to delete the tokens file and re-authenticate
122
+ if refresh token is expired
122
123
"""
123
124
)
124
125
sys.exit(- 1 )
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ async def async_main():
57
57
print (
58
58
f"""
59
59
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
61
62
"""
62
63
)
63
64
sys .exit (- 1 )
You can’t perform that action at this time.
0 commit comments