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: