From 81fc11ef744b233405c5043c6510cc8e9245eb46 Mon Sep 17 00:00:00 2001 From: whew <73732390+whew@users.noreply.github.com> Date: Mon, 31 May 2021 12:23:32 +0000 Subject: [PATCH] fix typo --- cli/onionshare_cli/web/chat_mode.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/onionshare_cli/web/chat_mode.py b/cli/onionshare_cli/web/chat_mode.py index c90a269d..e92ce385 100644 --- a/cli/onionshare_cli/web/chat_mode.py +++ b/cli/onionshare_cli/web/chat_mode.py @@ -73,7 +73,6 @@ class ChatModeWeb: static_url_path=self.web.static_url_path, username=session.get("name"), title=self.web.settings.get("general", "title"), - ) ) @self.web.app.route("/update-session-username", methods=["POST"], provide_automatic_options=False)