ntfy
ntfy copied to clipboard
fix telegram coroutine not awaited
Telegram was broken giving me this error: RuntimeWarning: coroutine 'configure' was never awaited telegram-send version is 0.37, installed automatically when calling pip install ntfy[telegram] Turns out now it needs to be wrapped inside an an asyncio.run
I have the same error.
check my fix at https://github.com/dschep/ntfy/pull/272/commits/4e72b5c73d1306cfa3731ad3ec8669d3a8411144