Skip to content

Commit 8bad7d9

Browse files
committed
Revert "Update writer.py"
This reverts commit 18e1348.
1 parent 18e1348 commit 8bad7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • custom_components/gicisky/gicisky_ble

custom_components/gicisky/gicisky_ble/writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def update_image(
7171
if client.is_connected:
7272
await client.disconnect()
7373
except Exception as e:
74-
_LOGGER.debug(f"{ble_device.address} Already disconnected: {e}")
74+
_LOGGER.warning(f"{ble_device.address} Already disconnected: {e}")
7575

7676
class GiciskyClient:
7777
class Status(Enum):

0 commit comments

Comments
 (0)