mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-28 00:31:18 +01:00
makes proxyclass reconnection wait time a float to not get warning
This commit is contained in:
@@ -42,7 +42,7 @@ class ProxyConnection(pydase.components.DeviceConnection, ProxyClassMixin):
|
||||
def __init__(self) -> None:
|
||||
super().__init__()
|
||||
self._initialised = False
|
||||
self._reconnection_wait_time = 1
|
||||
self._reconnection_wait_time = 1.0
|
||||
|
||||
@property
|
||||
def connected(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user