Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
🛠 Fix log bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
shamhi committed Jun 28, 2024
1 parent 32a5cf9 commit 48b3e7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/utils/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ async def stop_tasks(client: Client = None) -> None:


def escape_html(text: str) -> str:
text = str(text)
return text.replace('<', '\\<').replace('>', '\\>')


Expand Down

0 comments on commit 48b3e7f

Please sign in to comment.