remove trailing spaces
This commit is contained in:
@@ -285,7 +285,7 @@ class PowerViewBLE:
|
|||||||
)
|
)
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
LOGGER.error("Error: %s - %s", type(ex).__name__, ex)
|
LOGGER.error("Error: %s - %s", type(ex).__name__, ex)
|
||||||
raise
|
raise
|
||||||
finally:
|
finally:
|
||||||
await self.disconnect()
|
await self.disconnect()
|
||||||
LOGGER.debug("%s device data: %s", self.name, data)
|
LOGGER.debug("%s device data: %s", self.name, data)
|
||||||
|
|||||||
Reference in New Issue
Block a user