Skip to content

Commit 9407172

Browse files
Leon Charl du Toitleondutoit
Leon Charl du Toit
authored andcommitted
use underscore in token name
1 parent 39aac27 commit 9407172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsdapiclient/tacl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def cli(
552552
click.echo('download not authorized with basic auth')
553553
sys.exit(1)
554554
elif env != 'alt' and api_key:
555-
requires_user_credentials, token_type = False, 'export-auto'
555+
requires_user_credentials, token_type = False, 'export_auto'
556556
else:
557557
requires_user_credentials, token_type = True, TOKENS[env]['download']
558558
else:

0 commit comments

Comments
 (0)