From 265255120b1a64d1dd0a3a92ae3a7e697a103ecb Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Mon, 16 Oct 2023 15:59:11 -0700 Subject: [PATCH] AutoGPT: lint --- autogpts/autogpt/autogpt/logs/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autogpts/autogpt/autogpt/logs/config.py b/autogpts/autogpt/autogpt/logs/config.py index 21afc107..b342a33d 100644 --- a/autogpts/autogpt/autogpt/logs/config.py +++ b/autogpts/autogpt/autogpt/logs/config.py @@ -24,8 +24,7 @@ ERROR_LOG_FILE = "error.log" SIMPLE_LOG_FORMAT = "%(asctime)s %(levelname)s %(title)s%(message)s" DEBUG_LOG_FORMAT = ( - "%(asctime)s %(levelname)s %(filename)s:%(lineno)d" - " %(title)s%(message)s" + "%(asctime)s %(levelname)s %(filename)s:%(lineno)d" " %(title)s%(message)s" ) SPEECH_OUTPUT_LOGGER = "VOICE"