mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-30 11:19:57 +00:00
Automatic spacing by black formatter
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user