aboutsummaryrefslogtreecommitdiff
path: root/onionshare
diff options
context:
space:
mode:
authorSaptak S <saptak013@gmail.com>2020-07-04 19:25:38 +0530
committerSaptak S <saptak013@gmail.com>2020-07-04 19:25:38 +0530
commit992ced72f61446d41ce5e02cab83c805212968a0 (patch)
tree75b66f291184652111395aa93e65211486e41ee8 /onionshare
parent7215b463ed4d7f5342ac2e93bcc446baef447068 (diff)
downloadonionshare-992ced72f61446d41ce5e02cab83c805212968a0.tar.gz
onionshare-992ced72f61446d41ce5e02cab83c805212968a0.zip
Adds noscript HTML
Diffstat (limited to 'onionshare')
-rw-r--r--onionshare/web/chat_mode.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/onionshare/web/chat_mode.py b/onionshare/web/chat_mode.py
index 965a234c..d07eba81 100644
--- a/onionshare/web/chat_mode.py
+++ b/onionshare/web/chat_mode.py
@@ -4,7 +4,6 @@ from flask import (
render_template,
make_response,
jsonify,
- flash,
redirect,
session,
)