Skip to content

Commit

Permalink
Update ToriFY.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Debajyoti0-0 authored Aug 23, 2024
1 parent 4269cfe commit d054c24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ToriFY.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@ def Engine():
clear()

elif(choice == '9'or choice.lower() == 'quit' or choice.lower() == 'exit'):
goodbye()
os.system("clear")
banner()
goodbye()

else:
print(COLOR.RED + '[-] Wrong Command!' + COLOR.WHITE)
Expand All @@ -371,4 +373,3 @@ def Engine():
goodbye()

Engine()

0 comments on commit d054c24

Please sign in to comment.