mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 23:26:19 +01:00
Added portraits in the list, because why not.
This commit is contained in:
@@ -16,4 +16,4 @@ class EveWhoManager():
|
||||
jsondata = requests.get(url).content
|
||||
data=json.loads(jsondata.decode())
|
||||
|
||||
return {row["character_id"]:{"name":row["name"]} for row in data["characters"]}
|
||||
return {row["character_id"]:{"name":row["name"], "id":row["character_id"]} for row in data["characters"]}
|
||||
|
||||
Reference in New Issue
Block a user