Skip to content

Commit

Permalink
Fixed main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
adosztal committed Jan 30, 2018
1 parent b0bedf7 commit 5a97ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rcon_gns3.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,9 +534,9 @@ def main():
if main_choice == "1":
console_connect()
elif main_choice == "2":
switch_project(config_ip, config_port)
elif main_choice == "3":
set_server(config_ip, config_port)
elif main_choice == "3":
switch_project(config_ip, config_port)
elif main_choice == "4":
set_telnet()
elif main_choice == "5":
Expand Down

0 comments on commit 5a97ec1

Please sign in to comment.