mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-14 08:49:47 -05:00
remove unused variable
This commit is contained in:
parent
7d140f384f
commit
e9148ddb49
@ -66,8 +66,6 @@ class Web(object):
|
||||
# Use a custom Request class to track upload progess
|
||||
self.app.request_class = ReceiveModeRequest
|
||||
|
||||
self.can_upload = True
|
||||
|
||||
# Starting in Flask 0.11, render_template_string autoescapes template variables
|
||||
# by default. To prevent content injection through template variables in
|
||||
# earlier versions of Flask, we force autoescaping in the Jinja2 template
|
||||
|
Loading…
Reference in New Issue
Block a user