Daniel Høyer Iversen %!s(int64=5) %!d(string=hai) anos
pai
achega
800e284cd4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      switchbot/__init__.py

+ 1 - 1
switchbot/__init__.py

@@ -32,7 +32,7 @@ class Switchbot:
             _LOGGER.debug("Connecting")
             self._device = bluepy.btle.Peripheral(self._mac,
                                                   bluepy.btle.ADDR_TYPE_RANDOM)
-         except bluepy.btle.BTLEException:
+        except bluepy.btle.BTLEException:
             _LOGGER.error("Failed to connect to switchmate", exc_info=True)
             return False
         return True