We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b60f4 commit 6370bc4Copy full SHA for 6370bc4
1 file changed
utils/upload.py
@@ -370,9 +370,7 @@ def _main() -> None:
370
level=logging.DEBUG if args.verbose else logging.INFO)
371
logging.getLogger('urllib3').setLevel(logging.CRITICAL)
372
373
- client = omegaup.api.Client(username=args.username,
374
- password=args.password,
375
- # api_token=args.api_token,
+ client = omegaup.api.Client(api_token=args.api_token,
376
url=args.url)
377
378
if env.get('GITHUB_ACTIONS'):
0 commit comments