mirror of
https://github.com/markqvist/LXMF.git
synced 2026-08-28 12:54:16 +00:00
Fix
This commit is contained in:
+1
-1
@@ -1236,7 +1236,7 @@ class LXMRouter:
|
||||
os.makedirs(self.storagepath)
|
||||
|
||||
outbound_stamp_costs_file = open(self.storagepath+"/outbound_stamp_costs", "wb")
|
||||
outbound_stamp_costs_file.write(msgpack.packb(self.outbound_stamp_costs))
|
||||
outbound_stamp_costs_file.write(msgpack.packb(self.outbound_stamp_costs.copy()))
|
||||
outbound_stamp_costs_file.close()
|
||||
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user