1
0
Daniel Høyer Iversen 6 жил өмнө
parent
commit
27a48f0108
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      switchbot/__init__.py

+ 1 - 1
switchbot/__init__.py

@@ -35,7 +35,7 @@ class Switchbot:
         except bluepy.btle.BTLEException:
             _LOGGER.error("Failed to connect to switchmate", exc_info=True)
             return False
-        return True       
+        return True
 
     def _sendpacket(self, key, retry=2) -> bool:
         try: