mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 16:46:20 +01:00
Update fleetup_manager.py
This commit is contained in:
@@ -20,7 +20,6 @@ class FleetUpManager():
|
|||||||
jsondata = requests.get(url).content
|
jsondata = requests.get(url).content
|
||||||
fmembers=json.loads(jsondata.decode())
|
fmembers=json.loads(jsondata.decode())
|
||||||
|
|
||||||
#return(fmembers)
|
|
||||||
return {row["UserId"]:{"user_id":row["UserId"],
|
return {row["UserId"]:{"user_id":row["UserId"],
|
||||||
"char_name":row["EveCharName"],
|
"char_name":row["EveCharName"],
|
||||||
"char_id":row["EveCharId"],
|
"char_id":row["EveCharId"],
|
||||||
|
|||||||
Reference in New Issue
Block a user