mirror of
https://github.com/markqvist/LXMF.git
synced 2025-11-19 23:13:04 -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)
|
||||
self.outbound_stamp_costs[destination_hash] = [time.time(), stamp_cost]
|
||||
|
||||
def job():
|
||||
self.save_outbound_stamp_costs()
|
||||
def job(): self.save_outbound_stamp_costs()
|
||||
threading.Thread(target=self.save_outbound_stamp_costs, daemon=True).start()
|
||||
|
||||
def get_announce_app_data(self, destination_hash):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue