This commit is contained in:
Freddy Boulton
2025-03-07 19:27:33 -05:00
committed by GitHub
parent f95c3c78be
commit e26eb4567f
2 changed files with 11 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ def _send_log(message: str, type: str) -> None:
)
)
print("current_channel", current_channel.get())
if channel := current_channel.get():
try:
loop = asyncio.get_running_loop()