Procházet zdrojové kódy

Update __init__.py

Daniel Høyer Iversen před 5 roky
rodič
revize
f8d5ce2d00
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      switchbot/__init__.py

+ 1 - 1
switchbot/__init__.py

@@ -39,7 +39,7 @@ class Switchbot:
 
     def _sendpacket(self, key, retry=2) -> bool:
         try:
-            _LOGGER.debug("Connecting")
+            _LOGGER.debug("Prepare to send")
             hand_service = self._device.getServiceByUUID(UUID)
             hand = hand_service.getCharacteristics(HANDLE)[0]
             _LOGGER.debug("Sending command, %s", key)