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():
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 )
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments