Update fleetup_manager.py

This commit is contained in:
johanko 2016-04-07 21:03:10 +02:00
parent 49ed89c153
commit 1759e32203

View File

@ -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"],