From a6371fd3674b814f9281debac6431efc4f50c761 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 4 May 2024 22:55:17 -0400 Subject: [PATCH] fix(aurora): changed the logging statement slightly --- aurora/utilities/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurora/utilities/utils.py b/aurora/utilities/utils.py index b8e0c7b..61687a7 100644 --- a/aurora/utilities/utils.py +++ b/aurora/utilities/utils.py @@ -135,7 +135,7 @@ def generate_dict(bot: Red, result: dict, guild_id: int) -> dict: duration = None if result[14] is not None: - logger.debug(result[14]) + logger.debug('%s', result[14]) changes = json.loads(result[14].replace('\\"', '"').replace('["{', '[{').replace('}"]', '}]')) change_obj_list = [] for change in changes: