Skip to content

Commit 55fc649

Browse files
fix: add exit code to sys.exit
1 parent fb21feb commit 55fc649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def main_script():
7676

7777
if option.lower() == "onionshare":
7878
onionshare.onionshare()
79-
sys.exit()
79+
sys.exit(0)
8080

8181
if option.lower() == "ovpn":
8282
ovpn.ovpn()

0 commit comments

Comments
 (0)