Skip to content

Commit

Permalink
Mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Oct 2, 2023
1 parent 6cc9d92 commit 0328027
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resotoworker/resotoworker/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ def send_request(request: requests.Request) -> requests.Response:
),
web_host=Config.resotoworker.web_host,
web_port=Config.resotoworker.web_port,
**web_server_args,
ssl_cert=web_server_args.get("ssl_cert"),
ssl_key=web_server_args.get("ssl_key"),
)
web_server.daemon = True
web_server.start()
Expand Down

0 comments on commit 0328027

Please sign in to comment.