From d1d79ae7f158e154834461127c970eb6414361b5 Mon Sep 17 00:00:00 2001 From: th3r00t Date: Sat, 9 Aug 2025 16:39:58 +0000 Subject: [PATCH] Updated path tracking --- src/frontend/lib/FastAPIServer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/lib/FastAPIServer.py b/src/frontend/lib/FastAPIServer.py index 32014cb..da9cbc3 100644 --- a/src/frontend/lib/FastAPIServer.py +++ b/src/frontend/lib/FastAPIServer.py @@ -149,7 +149,7 @@ class FastAPIServer(): def compile_static_files(self): """Compile static files for web frontend.""" - breakpoint() + # breakpoint() _pyShelf_src = sass.compile( filename=f"{STATIC_DIR}/styles/pyShelf.sass", # filename='src/frontend/static/styles/pyShelf.sass',