mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-24 14:30:29 -04:00
remove unused variable, whitespace
This commit is contained in:
parent
3f32db2cca
commit
d104af11dc
1 changed files with 0 additions and 2 deletions
|
@ -19,7 +19,6 @@ class ReceiveModeWeb(object):
|
|||
self.web = web
|
||||
|
||||
self.can_upload = True
|
||||
self.can_stop_share_now = False
|
||||
self.upload_count = 0
|
||||
self.uploads_in_progress = []
|
||||
|
||||
|
@ -40,7 +39,6 @@ class ReceiveModeWeb(object):
|
|||
r = make_response(render_template(
|
||||
'receive.html',
|
||||
upload_action=upload_action))
|
||||
|
||||
return self.web.add_security_headers(r)
|
||||
|
||||
@self.web.app.route("/<slug_candidate>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue