mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 08:20:02 +02:00
makes proxyclass reconnection wait time a float to not get warning
This commit is contained in:
parent
19b24f3060
commit
a582dc23ac
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user