From 760936a01f482bedca7ceb530323eb077e0ab8b9 Mon Sep 17 00:00:00 2001 From: aronwk-aaron Date: Fri, 30 Dec 2022 22:26:06 -0600 Subject: [PATCH] f --- app/luclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/luclient.py b/app/luclient.py index 482d8ac..aa108ae 100644 --- a/app/luclient.py +++ b/app/luclient.py @@ -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))