Fix
This commit is contained in:
parent
72853fcf77
commit
7c9bdd7fa2
1 changed files with 1 additions and 1 deletions
|
|
@ -1236,7 +1236,7 @@ class LXMRouter:
|
||||||
os.makedirs(self.storagepath)
|
os.makedirs(self.storagepath)
|
||||||
|
|
||||||
outbound_stamp_costs_file = open(self.storagepath+"/outbound_stamp_costs", "wb")
|
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()
|
outbound_stamp_costs_file.close()
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue