mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-23 12:00:29 +03:00
PIP8 compat
This commit is contained in:
parent
97f3aef07d
commit
b3bab38381
@ -39,14 +39,14 @@ class _Settings(object):
|
||||
GATEWAY_IP_KEY_SALT = None
|
||||
|
||||
GATEWAY_JSON_SCHEMAS = {
|
||||
"http://schemas.elite-markets.net/eddn/commodity/2" : "schemas/commodity-v2.0.json",
|
||||
"http://schemas.elite-markets.net/eddn/commodity/2/test" : "schemas/commodity-v2.0.json",
|
||||
"http://schemas.elite-markets.net/eddn/commodity/2": "schemas/commodity-v2.0.json",
|
||||
"http://schemas.elite-markets.net/eddn/commodity/2/test": "schemas/commodity-v2.0.json",
|
||||
|
||||
"http://schemas.elite-markets.net/eddn/shipyard/1" : "schemas/shipyard-v1.0.json",
|
||||
"http://schemas.elite-markets.net/eddn/shipyard/1/test" : "schemas/shipyard-v1.0.json",
|
||||
"http://schemas.elite-markets.net/eddn/shipyard/1": "schemas/shipyard-v1.0.json",
|
||||
"http://schemas.elite-markets.net/eddn/shipyard/1/test": "schemas/shipyard-v1.0.json",
|
||||
|
||||
"http://schemas.elite-markets.net/eddn/outfitting/1" : "schemas/outfitting-v1.0.json",
|
||||
"http://schemas.elite-markets.net/eddn/outfitting/1/test" : "schemas/outfitting-v1.0.json",
|
||||
"http://schemas.elite-markets.net/eddn/outfitting/1": "schemas/outfitting-v1.0.json",
|
||||
"http://schemas.elite-markets.net/eddn/outfitting/1/test": "schemas/outfitting-v1.0.json",
|
||||
}
|
||||
|
||||
GATEWAY_OUTDATED_SCHEMAS = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user