From cad24d852c846669bb12e949e2b602a3cf7cc63c Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 4 May 2024 22:58:29 -0400 Subject: [PATCH] =?UTF-8?q?fix(aurora):=20ok=20fine=20bro=20=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 c6e7b19..b856003 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: - json_str = f'{result[14].replace('\\"', '"').replace('["{', '[{').replace('}"]', '}]')}' + json_str = result[14].replace('\\"', '"').replace('["{', '[{').replace('}"]', '}]') logger.debug('%s\n%s', result[14], json_str) changes = json.loads(json_str) change_obj_list = []