mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
fixed Tails bug where if you stopped server in GUI, you could not start a new server again
This commit is contained in:
parent
cf52c2dcd0
commit
c49cc75a55
3 changed files with 28 additions and 7 deletions
|
@ -83,6 +83,7 @@ class OnionShareGui(QtGui.QWidget):
|
|||
# start the hidden service
|
||||
self.status_bar.showMessage(strings._('gui_starting_server').format(self.app.port))
|
||||
try:
|
||||
self.app.choose_port()
|
||||
print strings._("connecting_ctrlport").format(self.app.port)
|
||||
self.app.start_hidden_service(gui=True)
|
||||
except onionshare.NoTor as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue