mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Released v.0.2.6
This commit is contained in:
parent
001607d6c8
commit
f991d1dbea
@ -503,7 +503,7 @@ def runServer():
|
||||
def endMessage(): #Message when HiddenEye exit
|
||||
choice = input("\n\n{0}[{1}?{0}] Press '1' To Run Script Again {1}|{0} Press 'ENTER' To Exit\n{0} >> {2}".format(RED, DEFAULT, CYAN))
|
||||
if choice == '1':
|
||||
system('python3 HiddenEye.py')
|
||||
system('sudo python3 HiddenEye.py')
|
||||
elif choice == '':
|
||||
system('clear')
|
||||
print (_('''
|
||||
|
Loading…
x
Reference in New Issue
Block a user