Skip to content

Commit 45e390f

Browse files
committed
Release V3.1
1 parent a1c2137 commit 45e390f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Porn_Fetch_CLI.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import getpass
99
import os.path
1010
import re
11+
import sys
1112
import threading
1213

1314
from tqdm import tqdm
@@ -126,7 +127,7 @@ def main_menu(self):
126127
self.credits()
127128

128129
elif options == "10":
129-
exit()
130+
sys.exit()
130131

131132
def hqporner_options(self):
132133
options = input(f"""

0 commit comments

Comments
 (0)