Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CPScript authored Apr 24, 2024
1 parent a9d11cb commit 5a49dd9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,26 @@ def clear():
print(" ")
print("Loading...")
time.sleep(1)
clear()
call(["python", "Kitty/htu.py"])

if choice == "2":
print(" ")
print("Loading...")
time.sleep(1)
clear()
call(["python", "Kitty/Info/main.py"])

if choice == "3":
print(" ")
print("Loading...")
time.sleep(1)
call(["python", "Kitty/flood/Info.py"])
clear()
call(["python", "Kitty/Flood/main.py"])

if choice == "4":
print(" ")
print("Starting...")
time.sleep(1)
print("\n" * 64) # imma this makes more sense
clear()
call(["python", "Kitty/client.py"])

0 comments on commit 5a49dd9

Please sign in to comment.