mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-27 11:43:01 -03:00
Another unused variable
This commit is contained in:
parent
d104af11dc
commit
9e14514d25
1 changed files with 0 additions and 1 deletions
|
@ -236,7 +236,6 @@ class ReceiveModeRequest(Request):
|
|||
|
||||
# Is this a valid upload request?
|
||||
self.upload_request = False
|
||||
self.upload_rejected = False
|
||||
if self.method == 'POST':
|
||||
if self.path == '/{}/upload'.format(self.web.slug):
|
||||
self.upload_request = True
|
||||
|
|
Loading…
Add table
Reference in a new issue