We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb21feb commit 55fc649Copy full SHA for 55fc649
src/main.py
@@ -76,7 +76,7 @@ def main_script():
76
77
if option.lower() == "onionshare":
78
onionshare.onionshare()
79
- sys.exit()
+ sys.exit(0)
80
81
if option.lower() == "ovpn":
82
ovpn.ovpn()
0 commit comments