Skip to content

Commit

Permalink
Re-add accidentally removed space in token request.
Browse files Browse the repository at this point in the history
  • Loading branch information
joanbm committed Jul 7, 2024
1 parent ea2503b commit 6577c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full_offline_backup_for_todoist/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 6577c01

Please sign in to comment.