Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksei-chareshneu committed Jun 21, 2024
1 parent b10e1ed commit b619d74
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ def run_api(args):
if args.ssl_certfile and args.ssl_keyfile:
lst.extend(
[
"--ssl_keyfile",
str(Path(args.ssl_keyfile).resolve()),
"--ssl_certfile",
str(Path(args.ssl_certfile).resolve())
]
)
Expand Down

0 comments on commit b619d74

Please sign in to comment.