Enable stdout in Windows, OSX CLI versions (#305)

This commit is contained in:
Micah Lee 2016-09-06 12:09:10 -07:00
parent f963cf9365
commit c53d4f5e24
2 changed files with 13 additions and 3 deletions

View file

@ -139,6 +139,7 @@ class OnionShareGui(QtWidgets.QMainWindow):
# Reset web counters
web.download_count = 0
web.error404_count = 0
web.set_gui_mode()
# pick an available local port for the http service to listen on
self.app.choose_port()