Fix quotes (black)

This commit is contained in:
2022-08-16 00:38:39 +02:00
parent 907bb882a4
commit b5e981291f

View File

@@ -6,12 +6,12 @@ from bottle import hook, request, route, run, static_file, view
import models import models
from models import Price from models import Price
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Web application # Web application
@route("/") @route("/")
@view("search_results", template_settings={'noescape':True}) @view("search_results", template_settings={"noescape": True})
def results_page(): def results_page():
results = Price.select().order_by(Price.date.desc()) results = Price.select().order_by(Price.date.desc())
day_classes = { day_classes = {