fix(aurora): ok fine bro 😭
This commit is contained in:
parent
de90f6a8b7
commit
cad24d852c
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ def generate_dict(bot: Red, result: dict, guild_id: int) -> dict:
|
||||||
duration = None
|
duration = None
|
||||||
|
|
||||||
if result[14] is not 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)
|
logger.debug('%s\n%s', result[14], json_str)
|
||||||
changes = json.loads(json_str)
|
changes = json.loads(json_str)
|
||||||
change_obj_list = []
|
change_obj_list = []
|
||||||
|
|
Loading…
Reference in a new issue