Fix displaying of local host

This commit is contained in:
Lazlo Westerhof 2014-08-23 00:01:44 +02:00
parent 60d97cfa5e
commit fe92ca4311

View File

@ -362,6 +362,8 @@ def main():
except onionshare.NoTor as e:
alert(e.args[0], QtGui.QMessageBox.Warning)
return
else:
onion_host = local_host
# select file to share
filename, basename = select_file(onionshare.strings, filename)