Test-modus; doppelte Ausgabe korrigiert

This commit is contained in:
2026-04-22 21:13:13 +02:00
parent d9933bb80c
commit 834a2592ac

View File

@@ -79,7 +79,7 @@ def analysiere_mit_gemini(text):
stdout = prozess.stdout.strip()
stderr = prozess.stderr.strip()
if DEBUG_LOG:
if DEBUG_LOG and "--test" not in sys.argv:
logger.debug(f"DEBUG_STDOUT: {stdout}")
if stderr: logger.debug(f"DEBUG_STDERR: {stderr}")