Tweak the lookup

This commit is contained in:
Thomas Sileo
2018-07-30 09:41:04 +02:00
parent 6cda5402f7
commit 88186e2306
3 changed files with 6 additions and 5 deletions

2
app.py
View File

@@ -219,7 +219,7 @@ def _get_file_url(url, size, kind):
return u
# MEDIA_CACHE.cache(url, kind)
app.logger.error("cache not available for {url}/{size}/{kind}")
app.logger.error(f"cache not available for {url}/{size}/{kind}")
return url