Hard-code ESI resource versions (#726)

Should prevent #718
This commit is contained in:
Adarnof
2017-02-20 23:19:39 -05:00
committed by GitHub
parent c0b1523f39
commit 5cec2f834b
4 changed files with 6 additions and 6 deletions

View File

@@ -206,7 +206,7 @@ def click_fatlink_view(request, token, hash, fatname):
if character:
# get data
c = token.get_esi_client()
c = token.get_esi_client(Location='v1', Universe='v2')
location = c.Location.get_characters_character_id_location(character_id=token.character_id).result()
ship = c.Location.get_characters_character_id_ship(character_id=token.character_id).result()
location['solar_system_name'] = \