Send the public_mode argument to web.start in the WebThread

This commit is contained in:
Miguel Jacq 2018-09-19 14:40:30 +10:00
parent 43a8afae9c
commit 70b0add9ef

View File

@ -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'))