Merge pull request #111 from lazlolazlolazlo/localhost

Fix displaying of local host
This commit is contained in:
Micah Lee 2014-08-26 15:19:44 -07:00
commit ab9e69b573

View File

@ -363,6 +363,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)