Automatic spacing by black formatter

This commit is contained in:
2025-05-31 12:23:59 +02:00
parent 33eca57205
commit f37e203678
4 changed files with 130 additions and 125 deletions

View File

@@ -29,6 +29,7 @@ def add():
db.session.add(ap)
db.session.commit()
# Update the list on the page with JavaScript
if request.headers.get("X-Requested-With") == "XMLHttpRequest":
plates = AllowedPlate.query.order_by(AllowedPlate.id).all()
return jsonify(