We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d3fc7 commit 5ae2ec3Copy full SHA for 5ae2ec3
classes/transports/modbus_base.py
@@ -22,7 +22,7 @@ class modbus_base(transport_base):
22
23
24
#this is specifically static
25
- clients : dict[str, 'BaseModbusClient'] = []
+ clients : dict[str, 'BaseModbusClient'] = {}
26
''' str is identifier, dict of clients when multiple transports use the same ports '''
27
28
#non-static here for reference, type hinting, python bs ect...
0 commit comments