Skip to content

Commit

Permalink
πŸ”§ chore(dependencies): update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
πŸ”¨ refactor(event): remove unused AnimeIDF and related code

πŸš€ feat(controller): add new message handlers for various commands

♻️ refactor(controller): simplify tagger function and markdown replies
  • Loading branch information
sudoskys committed Dec 25, 2024
1 parent f0171b5 commit 81e2896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async def read_comfyui(file: BytesIO):
decoded_object = json_repair.loads(parameter)
return [
formatting.mbold("πŸ“¦ Comfyui", escape=False),
code(content=json.dumps(decoded_object, indent=2), language="txt"),
code(content=json.dumps(decoded_object, indent=2), language="json"),
]
except Exception as e:
logger.debug(f"Error {e}")
Expand Down

0 comments on commit 81e2896

Please sign in to comment.