From 1ac26128ee4b85a567651ada8805838282394d8d Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Fri, 19 Dec 2025 19:52:02 -0500 Subject: [PATCH] fix: i am stupid --- main.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.go b/main.go index 012f775..32a73f7 100644 --- a/main.go +++ b/main.go @@ -148,6 +148,10 @@ func RunImporter() { importDir := os.Getenv("IMPORT_DIR") libraryDir := os.Getenv("LIBRARY_DIR") + if importerRunning { + return + } + importerMu.Lock() importerRunning = true importerMu.Unlock()