feat: migrate Ntfy message retrieval from polling to SSE streaming, replacing poll_interval with reconnect_delay for continuous updates.

This commit is contained in:
2026-03-15 13:44:26 -07:00
parent a986df344a
commit 6e39a2dad2
3 changed files with 35 additions and 18 deletions

View File

@@ -296,7 +296,7 @@ def main():
ntfy = NtfyPoller(
config.NTFY_TOPIC,
poll_interval=config.NTFY_POLL_INTERVAL,
reconnect_delay=config.NTFY_RECONNECT_DELAY,
display_secs=config.MESSAGE_DISPLAY_SECS,
)
ntfy_ok = ntfy.start()