Skip to content

Commit

Permalink
Switch web server and export cookie option places in main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ikagod authored Apr 13, 2024
1 parent 37392d6 commit 8fde989
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ikabot/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def menu(session, checkUpdate=True):
13: shipMovements,
14: constructBuilding,
15: update,
16: importExportCookie,
16: webServer,
17: autoPirate,
18: investigate,
19: attackBarbarians,
Expand All @@ -142,7 +142,7 @@ def menu(session, checkUpdate=True):
144: decaptchaConf,
145: logs,
146: testTelegramBot,
147: webServer,
147: importExportCookie
}

print(_("(0) Exit"))
Expand All @@ -161,7 +161,7 @@ def menu(session, checkUpdate=True):
print(_("(13) See movements"))
print(_("(14) Construct building"))
print(_("(15) Update Ikabot"))
print(_("(16) Import / Export cookie"))
print(_("(16) Ikabot Web Server"))
print(_("(17) Auto-Pirate"))
print(_("(18) Investigate"))
print(_("(19) Attack barbarians"))
Expand Down Expand Up @@ -233,7 +233,7 @@ def menu(session, checkUpdate=True):
print(_("(4) Configure captcha resolver"))
print(_("(5) Logs"))
print(_("(6) Message Telegram Bot"))
print(_("(7) Ikabot web server"))
print(_("(7) Import / Export cookie"))

selected = read(min=0, max=7, digit=True)
if selected == 0:
Expand Down

0 comments on commit 8fde989

Please sign in to comment.