mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 05:31:25 -05:00
Choose a port *before* starting the web service
This commit is contained in:
parent
829ba7f6e1
commit
b8d24515e8
@ -73,4 +73,5 @@ class WebThread(QtCore.QThread):
|
||||
|
||||
def run(self):
|
||||
self.mode.common.log('WebThread', 'run')
|
||||
self.mode.app.choose_port()
|
||||
self.mode.web.start(self.mode.app.port, self.mode.app.stay_open, self.mode.common.settings.get('slug'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user