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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user