1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Fixed wrong caching of artists

This commit is contained in:
Krateng
2019-03-28 17:57:56 +01:00
parent ecd6594290
commit 4d9a35e3eb
4 changed files with 5 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ def static(name):
@webserver.route("/<name>")
def static_html(name):
linkheaders = ["</maloja.css>; rel=preload; as=style"]
linkheaders = ["</css/maloja.css>; rel=preload; as=style"]
keys = removeIdentical(FormsDict.decode(request.query))
with open("website/" + name + ".html") as htmlfile: