mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-21 21:17:23 +00:00
f
This commit is contained in:
parent
c96174fcbe
commit
760936a01f
@ -145,7 +145,7 @@ def brick_list():
|
|||||||
brick_list.append(
|
brick_list.append(
|
||||||
{
|
{
|
||||||
"type": "file",
|
"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))
|
response = make_response(json.dumps(brick_list))
|
||||||
|
Loading…
Reference in New Issue
Block a user