diff --git a/full_offline_backup_for_todoist/frontend.py b/full_offline_backup_for_todoist/frontend.py index aa7ce41..61b4793 100644 --- a/full_offline_backup_for_todoist/frontend.py +++ b/full_offline_backup_for_todoist/frontend.py @@ -91,7 +91,7 @@ def get_credential(opt_file: Optional[str], opt_direct: Optional[str], if deprecated_env in environment: print(f"WARNING: The {deprecated_env} environment variable is no longer necessary") - token = get_credential(args.token_file, args.token, "TODOIST_TOKEN", "Todoist token" + + token = get_credential(args.token_file, args.token, "TODOIST_TOKEN", "Todoist token " + "(from https://todoist.com/app/settings/integrations/developer)") return TodoistAuth(token)