Skip to content

Commit

Permalink
Update MainMenu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mishakorzik authored Jul 9, 2024
1 parent 5af90e1 commit 93b8b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
if(op==1):
os.system("bash src/Inf.sh")
time.sleep(0.3)
os.system("cd && cd AllHackingTools && python3 .check/IpMenuConfig.py")
os.system("python2 Files/IpMenu.py")
elif(op==2):
os.system("bash src/Inf.sh")
time.sleep(0.3)
Expand Down

0 comments on commit 93b8b32

Please sign in to comment.