diff --git a/python/__init__.py b/python/__init__.py index cb0b0fb79..e1b3a471e 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -472,11 +472,7 @@ class Panda: success = True break except Exception: - try: - dfu = PandaDFU(self.get_dfu_serial()) - dfu.recover() - except Exception: - pass + pass time.sleep(0.1) if not success: raise Exception("reconnect failed")