mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 00:49:59 +00:00
Update hackingtool.py
This commit is contained in:
parent
147a4eb96e
commit
1b829faea7
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ def menu():
|
|||
[99]Exit
|
||||
""")
|
||||
|
||||
choice = int(input("Z4nzu =>> "))
|
||||
choice = input("Z4nzu =>> ")
|
||||
if choice == 0 or choice == 00:
|
||||
clearScr()
|
||||
print(Logo)
|
||||
|
|
|
|||
Loading…
Reference in a new issue