mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 00:40:01 +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:
|
def __init__(self) -> None:
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self._initialised = False
|
self._initialised = False
|
||||||
self._reconnection_wait_time = 1
|
self._reconnection_wait_time = 1.0
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def connected(self) -> bool:
|
def connected(self) -> bool:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user