Skip to content

Commit 3137120

Browse files
committed
Update classic_modbusdecoder.py
1 parent 9185cff commit 3137120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/Python/support/classic_modbusdecoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from pymodbus.constants import Endian
2020
from pymodbus.client import ModbusTcpClient as ModbusClient
21-
from Payload import BinaryPayloadDecoder
21+
from support.Payload import BinaryPayloadDecoder
2222
from collections import OrderedDict
2323
import logging
2424
import sys

0 commit comments

Comments
 (0)