mirror of
https://github.com/markqvist/LXMF.git
synced 2025-11-22 08:20:48 -05:00
Cleanup
This commit is contained in:
parent
60bf99d151
commit
ebc8bb33c2
1 changed files with 1 additions and 2 deletions
|
|
@ -901,8 +901,7 @@ class LXMRouter:
|
||||||
RNS.log(f"Updating outbound stamp cost for {RNS.prettyhexrep(destination_hash)} to {stamp_cost}", RNS.LOG_DEBUG)
|
RNS.log(f"Updating outbound stamp cost for {RNS.prettyhexrep(destination_hash)} to {stamp_cost}", RNS.LOG_DEBUG)
|
||||||
self.outbound_stamp_costs[destination_hash] = [time.time(), stamp_cost]
|
self.outbound_stamp_costs[destination_hash] = [time.time(), stamp_cost]
|
||||||
|
|
||||||
def job():
|
def job(): self.save_outbound_stamp_costs()
|
||||||
self.save_outbound_stamp_costs()
|
|
||||||
threading.Thread(target=self.save_outbound_stamp_costs, daemon=True).start()
|
threading.Thread(target=self.save_outbound_stamp_costs, daemon=True).start()
|
||||||
|
|
||||||
def get_announce_app_data(self, destination_hash):
|
def get_announce_app_data(self, destination_hash):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue