mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
Update fleetup_manager.py
This commit is contained in:
parent
49ed89c153
commit
1759e32203
@ -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"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user