mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 07:06:19 +01:00
accidently deleted settings example, also fixed a missing folder in api URL.
Keep in mind, this Fleet-up integration has no errorhandling or logging.
This commit is contained in:
@@ -71,7 +71,7 @@ class FleetUpManager():
|
||||
|
||||
@staticmethod
|
||||
def get_fleetup_doctrine(doctrinenumber):
|
||||
url = "http://api.fleet-up.com/Api.svc/" + str(appkey) + "/" + str(userid) + "/" + str(apiid) + "/%s" % doctrinenumber
|
||||
url = "http://api.fleet-up.com/Api.svc/" + str(appkey) + "/" + str(userid) + "/" + str(apiid) + "/DoctrineFittings/%s" % doctrinenumber
|
||||
jsondata = requests.get(url).content
|
||||
fdoctrine=json.loads(jsondata.decode())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user