mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-01 10:56:22 -04:00
Refactor web even more to all of the share and receive web logic into ShareModeWeb and ReceiveModeWeb classes
This commit is contained in:
parent
8ce90fdd60
commit
cc9f646f8b
8 changed files with 387 additions and 366 deletions
|
@ -34,7 +34,7 @@ class ReceiveMode(Mode):
|
|||
Custom initialization for ReceiveMode.
|
||||
"""
|
||||
# Create the Web object
|
||||
self.web = Web(self.common, True, True)
|
||||
self.web = Web(self.common, True, 'receive')
|
||||
|
||||
# Server status
|
||||
self.server_status.set_mode('receive')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue