mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Added #fixed comment to working features
This commit is contained in:
parent
36533ca033
commit
87a30940c9
|
@ -25,10 +25,10 @@ def server_selection(port): # Question where user must select server
|
||||||
choice = input(" \n{0}HiddenEye >>> {1}".format(default_palette[0], default_palette[2]))
|
choice = input(" \n{0}HiddenEye >>> {1}".format(default_palette[0], default_palette[2]))
|
||||||
if choice == '0':
|
if choice == '0':
|
||||||
run_command('clear')
|
run_command('clear')
|
||||||
server_runner.start_localhost(port)
|
server_runner.start_localhost(port) #FIXED
|
||||||
elif choice == '1':
|
elif choice == '1':
|
||||||
run_command('clear')
|
run_command('clear')
|
||||||
server_runner.start_ngrok(port)
|
server_runner.start_ngrok(port) # FIXED
|
||||||
elif choice == '2':
|
elif choice == '2':
|
||||||
run_command('clear')
|
run_command('clear')
|
||||||
server_runner.start_serveo(port)
|
server_runner.start_serveo(port)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user