mirror of
https://github.com/markqvist/NomadNet.git
synced 2026-04-27 14:10:31 +00:00
Fix msgpack import
This commit is contained in:
parent
c7e473452a
commit
398f4b01c8
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import os
|
|||
import RNS
|
||||
import LXMF
|
||||
import shutil
|
||||
import msgpack
|
||||
import RNS.vendor.umsgpack as msgpack
|
||||
import nomadnet
|
||||
from nomadnet.Directory import DirectoryEntry
|
||||
|
||||
|
|
@ -903,4 +903,4 @@ class ConversationMessage:
|
|||
with open(index_path, "wb") as f:
|
||||
f.write(msgpack.packb(index))
|
||||
except Exception as e:
|
||||
RNS.log("Error writing conversation index: "+str(e), RNS.LOG_ERROR)
|
||||
RNS.log("Error writing conversation index: "+str(e), RNS.LOG_ERROR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue