diff --git a/cli/onionshare_cli/web/web.py b/cli/onionshare_cli/web/web.py index f190d94d..96c6295c 100644 --- a/cli/onionshare_cli/web/web.py +++ b/cli/onionshare_cli/web/web.py @@ -328,7 +328,7 @@ class Web: self.add_request(Web.REQUEST_OTHER, request.path) r = make_response( - render_template("500.html", static_url_path=self.static_url_path), 405 + render_template("500.html", static_url_path=self.static_url_path), 500 ) return self.add_security_headers(r)