J. Nick Koston %!s(int64=2) %!d(string=hai) anos
pai
achega
28acab7391
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      switchbot/devices/device.py

+ 3 - 3
switchbot/devices/device.py

@@ -158,9 +158,9 @@ class SwitchbotDevice:
         """Reset disconnect timer."""
         if self._disconnect_timer:
             self._disconnect_timer.cancel()
-            self._disconnect_timer = self.loop.call_later(
-                DISCONNECT_DELAY, self._disconnect
-            )
+        self._disconnect_timer = self.loop.call_later(
+            DISCONNECT_DELAY, self._disconnect
+        )
 
     def _disconnect(self):
         """Disconnect from device."""