Bump version (#164)

* Code'

* fix
This commit is contained in:
Freddy Boulton
2025-03-11 13:05:39 -04:00
committed by GitHub
parent 24ed2ca178
commit 514310691d
2 changed files with 1 additions and 2 deletions

View File

@@ -65,7 +65,6 @@ 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()