Skip to content

Commit

Permalink
use underscore in token name
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Charl du Toit authored and leondutoit committed Mar 14, 2024
1 parent 39aac27 commit 9407172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsdapiclient/tacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def cli(
click.echo('download not authorized with basic auth')
sys.exit(1)
elif env != 'alt' and api_key:
requires_user_credentials, token_type = False, 'export-auto'
requires_user_credentials, token_type = False, 'export_auto'
else:
requires_user_credentials, token_type = True, TOKENS[env]['download']
else:
Expand Down

0 comments on commit 9407172

Please sign in to comment.