mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 15:05:11 -04:00
Send the public_mode argument to web.start in the WebThread
This commit is contained in:
parent
62804dfdce
commit
20c97a61ab
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