Added descriptive comments about my work

This commit is contained in:
sTiKyt 2020-05-08 16:55:31 +03:00
parent d41ca28234
commit 69e643d970
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4

View File

@ -31,10 +31,10 @@ def server_selection(port): # Question where user must select server
server_runner.start_ngrok(port) # FIXED
elif choice == '2':
run_command('clear')
server_runner.start_serveo(port)
server_runner.start_serveo(port) # ALMOST FIXED
elif choice == '3':
run_command('clear')
server_runner.start_localxpose(port)
server_runner.start_localxpose(port) # DOESN'T GET ENTERED CREDENTIALS BACK
elif choice == '4':
run_command('clear')
server_runner.start_localtunnel(port, True)