mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-09 14:52:40 -04:00
fix bug caused by refactoring that made Tails launch infinite onionshare processes (oops)
This commit is contained in:
parent
53a965a143
commit
cf52c2dcd0
2 changed files with 22 additions and 12 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:
|
||||
print strings._("connecting_ctrlport").format(self.app.port)
|
||||
self.app.start_hidden_service(gui=True)
|
||||
except onionshare.NoTor as e:
|
||||
alert(e.args[0], QtGui.QMessageBox.Warning)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue