mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-14 09:05:57 -04:00
Enable stdout in Windows, OSX CLI versions (#305)
This commit is contained in:
parent
f963cf9365
commit
c53d4f5e24
2 changed files with 13 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue