mirror of
https://github.com/dolphin-emu/fifoci.git
synced 2026-01-31 01:05:17 +01:00
runner: fix upload_results invocation
This commit is contained in:
@@ -276,7 +276,7 @@ def main():
|
||||
|
||||
if args.import_api_key_file:
|
||||
api_key = open(args.import_api_key_file).read().strip()
|
||||
upload_results(args.url_base, args.api_key, args.output)
|
||||
upload_results(args.url_base, api_key, args.output)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user