From b82d0453ca3c5e60bd642db6e924a1ed6f4a4bb5 Mon Sep 17 00:00:00 2001 From: Dave Touretzky Date: Sun, 4 Jan 2026 11:12:55 -0500 Subject: [PATCH] Fix failure to restart image stream (issue 10) --- vex/aim.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vex/aim.py b/vex/aim.py index 1725d7f..0b0773e 100644 --- a/vex/aim.py +++ b/vex/aim.py @@ -456,6 +456,7 @@ def run(self): try: print(f"{self.ws_name} reconnecting") self.ws.connect(self.uri) + self.start_stream() except: pass # we'll keep trying to reconnect else: