Skip to content

Commit a2079f7

Browse files
authored
Update MainMenu.py
1 parent e28e0c2 commit a2079f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

MainMenu.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
os.system("bash Logo.sh")
1212
os.system("bash src/MenuOps.sh")
1313

14-
op = str(input("Options: ")) if op == "1":
14+
op = str(input("Options: "))
15+
if op == "1":
1516
os.system("bash src/Inf.sh")
1617
time.sleep(0.3)
1718
os.system("cd && cd AllHackingTools && python2 Files/IpMenu.py")

0 commit comments

Comments
 (0)