We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6eff1 commit 6ed53dbCopy full SHA for 6ed53db
custom_components/apsystems_ecu_proxy/api.py
@@ -185,13 +185,7 @@ async def data_received(
185
traceback.format_exc(),
186
data,
187
)
188
- except Exception:
189
- _LOGGER.warning(
190
- "Exception error with %s where data is: %s",
191
- traceback.format_exc(), # Formats the exception traceback
192
- data, # The data you're working with
193
- )
194
-
+
195
def get_model(self, model_code: str) -> str:
196
"""Get model from model code."""
197
if model := ECU_MODELS_216.get(model_code) or ECU_MODELS_215.get(
0 commit comments