Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmVigneswaran authored Mar 2, 2024
1 parent 3b9398c commit 55f660d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airlift/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def cli(*argv: str) -> None:
change_refresh_access_token(args.dropbox_token)
get_token = False
except:
print("Error during retreival of token! do you want to try again (y/n)")
print("Error during retreival of token! Do you want to try again? (y/n)")
user_choice = input("(y/n)->")

if user_choice.lower() == 'y':
Expand Down

0 comments on commit 55f660d

Please sign in to comment.