mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-17 05:42:15 -04:00
Send the public_mode argument to web.start in the WebThread
This commit is contained in:
parent
43a8afae9c
commit
70b0add9ef
1 changed files with 1 additions and 1 deletions
|
@ -73,4 +73,4 @@ class WebThread(QtCore.QThread):
|
|||
|
||||
def run(self):
|
||||
self.mode.common.log('WebThread', 'run')
|
||||
self.mode.web.start(self.mode.app.port, self.mode.app.stay_open, self.mode.common.settings.get('slug'))
|
||||
self.mode.web.start(self.mode.app.port, self.mode.app.stay_open, self.mode.common.settings.get('public_mode'), self.mode.common.settings.get('slug'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue