This commit is contained in:
Mark Qvist
2026-01-04 01:32:40 +01:00
parent 72853fcf77
commit 7c9bdd7fa2
+1 -1
View File
@@ -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: