Skip to content

Commit

Permalink
Update MainMenu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mishakorzik authored Sep 9, 2024
1 parent e28e0c2 commit a2079f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MainMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
os.system("bash Logo.sh")
os.system("bash src/MenuOps.sh")

op = str(input("Options: ")) if op == "1":
op = str(input("Options: "))
if op == "1":
os.system("bash src/Inf.sh")
time.sleep(0.3)
os.system("cd && cd AllHackingTools && python2 Files/IpMenu.py")
Expand Down

0 comments on commit a2079f7

Please sign in to comment.