Tweak the lookup
This commit is contained in:
parent
6cda5402f7
commit
88186e2306
3 changed files with 6 additions and 5 deletions
2
app.py
2
app.py
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue