mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-29 11:21:16 -04:00
remove unused variable
This commit is contained in:
parent
7fc4f97b2a
commit
80a70a6fc6
1 changed files with 0 additions and 2 deletions
|
@ -66,8 +66,6 @@ class Web(object):
|
||||||
# Use a custom Request class to track upload progess
|
# Use a custom Request class to track upload progess
|
||||||
self.app.request_class = ReceiveModeRequest
|
self.app.request_class = ReceiveModeRequest
|
||||||
|
|
||||||
self.can_upload = True
|
|
||||||
|
|
||||||
# Starting in Flask 0.11, render_template_string autoescapes template variables
|
# Starting in Flask 0.11, render_template_string autoescapes template variables
|
||||||
# by default. To prevent content injection through template variables in
|
# by default. To prevent content injection through template variables in
|
||||||
# earlier versions of Flask, we force autoescaping in the Jinja2 template
|
# earlier versions of Flask, we force autoescaping in the Jinja2 template
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue