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