Skip to content

Commit

Permalink
Make world server URL less specific
Browse files Browse the repository at this point in the history
  • Loading branch information
ikagod authored Jan 4, 2024
1 parent 02609aa commit c75e0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ikabot/web/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def __login(self, retries=0):
print('• Press F12 to open up the dev tools')
print('• In the dev tools click the tab "Application" if on Chrome or "Storage" if on Firefox')
print('• Within this window, there should be a dropdown menu called "Cookies" on the far left')
print('• Select the row "https://s54-fr.ikariam.gameforge.com"')
print('• Select the row "https://s[nubmer]-[region].ikariam.gameforge.com"')
print('• Look in the table on the right for the entry named "ikariam"')
print('• Copy its value and paste it just below')

Expand Down Expand Up @@ -821,4 +821,4 @@ def normal_get(url, params={}):
return requests.get(url, params=params)

except requests.exceptions.ConnectionError:
sys.exit(_('Internet connection failed'))
sys.exit(_('Internet connection failed'))

0 comments on commit c75e0df

Please sign in to comment.