Skip to content

Commit 5ae2ec3

Browse files
committed
Update modbus_base.py
1 parent e0d3fc7 commit 5ae2ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/transports/modbus_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class modbus_base(transport_base):
2222

2323

2424
#this is specifically static
25-
clients : dict[str, 'BaseModbusClient'] = []
25+
clients : dict[str, 'BaseModbusClient'] = {}
2626
''' str is identifier, dict of clients when multiple transports use the same ports '''
2727

2828
#non-static here for reference, type hinting, python bs ect...

0 commit comments

Comments
 (0)