Test-modus; doppelte Ausgabe korrigiert
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user