summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorwhew <73732390+whew@users.noreply.github.com>2021-05-31 12:28:57 +0000
committerGitHub <noreply@github.com>2021-05-31 12:28:57 +0000
commita132cd28f5aa20668d5fc52a38f2411458712f04 (patch)
tree4acb61c2a7290d9ba0cfe78ca0457330aaa4494f /cli
parent3f4f5e22ec88e2e8e933cf4f6e6577780a3bc6ca (diff)
downloadonionshare-a132cd28f5aa20668d5fc52a38f2411458712f04.tar.gz
onionshare-a132cd28f5aa20668d5fc52a38f2411458712f04.zip
fix another typo...
Diffstat (limited to 'cli')
-rw-r--r--cli/onionshare_cli/web/web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/onionshare_cli/web/web.py b/cli/onionshare_cli/web/web.py
index 7b02173b..a5c26232 100644
--- a/cli/onionshare_cli/web/web.py
+++ b/cli/onionshare_cli/web/web.py
@@ -223,7 +223,7 @@ class Web:
return _check_login()
@self.app.after_request
- def add_security_headers(self, r):
+ def add_security_headers(r):
"""
Add security headers to a response
"""