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.
2 parents 8942475 + 1b4cbc6 commit 0f09935Copy full SHA for 0f09935
lib/msgpackrpc/md5sum.py
@@ -38,7 +38,7 @@ def randbytes(size):
38
# Create an RPC object
39
rpc = msgpackrpc.MsgPackRPC()
40
# Register objects or functions to be called by the remote processor.
41
- rpc.bind(md5hash)
+ rpc.bind("md5hash", md5hash)
42
# Start the remote processor and wait for it to be ready to communicate.
43
rpc.start(firmware=0x08180000, timeout=3000, num_channels=2)
44
0 commit comments