fix_errors
This commit is contained in:
parent
6cd2205f1f
commit
acb1eab24e
|
@ -148,7 +148,7 @@ def validate_schema(input_schema, output_schema):
|
|||
request_data = request.get_json()
|
||||
else:
|
||||
request_data = request.args
|
||||
print(data)
|
||||
|
||||
data, errors = input_schema.load(request_data)
|
||||
|
||||
if errors:
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
# the 'revision' command, regardless of autogenerate
|
||||
# revision_environment = false
|
||||
|
||||
script_location = .
|
||||
# Logging configuration
|
||||
[loggers]
|
||||
keys = root,sqlalchemy,alembic
|
||||
|
|
Loading…
Reference in New Issue