This commit is contained in:
aronwk-aaron 2022-12-30 22:26:06 -06:00
parent c96174fcbe
commit 760936a01f

View File

@ -145,7 +145,7 @@ def brick_list():
brick_list.append(
{
"type": "file",
"name": str(path.as_posix()).replace("{current_app.config['CACHE_LOCATION']}", "")
"name": str(path.as_posix()).replace(f"{current_app.config['CACHE_LOCATION']}", "")
}
)
response = make_response(json.dumps(brick_list))