summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorwhew <73732390+whew@users.noreply.github.com>2021-05-31 12:23:32 +0000
committerGitHub <noreply@github.com>2021-05-31 12:23:32 +0000
commit3f4f5e22ec88e2e8e933cf4f6e6577780a3bc6ca (patch)
treee9b83eeeeb7336588682a890bbc25f7cb4c29003 /cli
parenteeacd8c5078b6ac2206308ff9e0a6a861b49fee6 (diff)
downloadonionshare-3f4f5e22ec88e2e8e933cf4f6e6577780a3bc6ca.tar.gz
onionshare-3f4f5e22ec88e2e8e933cf4f6e6577780a3bc6ca.zip
fix typo
Diffstat (limited to 'cli')
-rw-r--r--cli/onionshare_cli/web/chat_mode.py1
1 files changed, 0 insertions, 1 deletions
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)