mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
solve issue when login fails
This commit is contained in:
@@ -553,7 +553,7 @@ class MessageReader:
|
|||||||
dbuf.read(1)
|
dbuf.read(1)
|
||||||
|
|
||||||
if len(data) > 7:
|
if len(data) > 7:
|
||||||
res["pubkey_prefix"] = pbuf.read(6).hex()
|
res["pubkey_prefix"] = dbuf.read(6).hex()
|
||||||
|
|
||||||
attributes = {"pubkey_prefix": res.get("pubkey_prefix")}
|
attributes = {"pubkey_prefix": res.get("pubkey_prefix")}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user