From 822ed3c40e24313e0fd0400123d3089e9c61a3ec Mon Sep 17 00:00:00 2001 From: John Duffell Date: Wed, 8 Apr 2026 20:26:43 +0100 Subject: [PATCH] stop listener polling stopping after one cycle --- cap1xxx/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cap1xxx/__init__.py b/cap1xxx/__init__.py index dab1496..d7b942b 100644 --- a/cap1xxx/__init__.py +++ b/cap1xxx/__init__.py @@ -494,6 +494,7 @@ def _poll(self): a loop, preferably threaded.""" if self.wait_for_interrupt(): self._handle_alert() + return True def _trigger_handler(self, channel, event): if event == "none":