mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-17 07:41:01 +03:00
Coding standards.
This commit is contained in:
parent
8cdd2b4c84
commit
a2ebb94c7a
@ -132,7 +132,7 @@ def parse_and_error_handle(data):
|
||||
|
||||
# Here we check if an outdated schema has been passed
|
||||
if parsed_message["$schemaRef"] in Settings.GATEWAY_OUTDATED_SCHEMAS.keys():
|
||||
response.status = '426 Upgrade Required' # Bottle (and underlying httplib) don't know this one
|
||||
response.status = '426 Upgrade Required' # Bottle (and underlying httplib) don't know this one
|
||||
statsCollector.tally("outdated")
|
||||
return "FAIL: The schema you have used need an upgrade. Update your software."
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user