Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
moleculekayak committed Aug 20, 2024
1 parent 0af3f1a commit 24c798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def cli_entrypoint(args):
else:
injector = None

# red_api, ops_api = command_log_wrapper("Verifying API keys:", should_print, lambda: __verify_api_keys(config))
red_api, ops_api = command_log_wrapper("Verifying API keys:", should_print, lambda: __verify_api_keys(config))

if args.server:
run_webserver(args.input_directory, args.output_directory, red_api, ops_api, injector, port=config.server_port)
Expand Down

0 comments on commit 24c798f

Please sign in to comment.