From d4e7409ae0d79a7e4c00de31c28e8cbd4b0fbb7a Mon Sep 17 00:00:00 2001 From: robbyxp1 Date: Thu, 27 Jan 2022 16:28:37 +0000 Subject: [PATCH] Add to settings.py the fssallbodiesfound schemas --- src/eddn/conf/Settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/eddn/conf/Settings.py b/src/eddn/conf/Settings.py index af15e95..b0782ce 100644 --- a/src/eddn/conf/Settings.py +++ b/src/eddn/conf/Settings.py @@ -76,6 +76,8 @@ class _Settings(object): "https://eddn.edcd.io/schemas/approachsettlement/1" : "schemas/approachsettlement-v1.0.json", "https://eddn.edcd.io/schemas/approachsettlement/1/test" : "schemas/approachsettlement-v1.0.json", + "https://eddn.edcd.io/schemas/fssallbodiesfound/1" : "schemas/fssallbodiesfound-v1.0.json", + "https://eddn.edcd.io/schemas/fssallbodiesfound/1/test" : "schemas/fssallbodiesfound-v1.0.json", } GATEWAY_OUTDATED_SCHEMAS = [ @@ -97,6 +99,8 @@ class _Settings(object): "http://schemas.elite-markets.net/eddn/blackmarket/1/test", "http://schemas.elite-markets.net/eddn/journal/1", "http://schemas.elite-markets.net/eddn/journal/1/test", + "http://schemas.elite-markets.net/eddn/fssallbodiesfound/1", + "http://schemas.elite-markets.net/eddn/fssallbodiesfound/1/test", ] ###############################################################################