mirror of
https://github.com/markqvist/LXMF.git
synced 2025-11-26 10:16:22 -05:00
Cleanup
This commit is contained in:
parent
bc7522b63d
commit
7c71eb1df4
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ class LXMRouter:
|
|||
self.locally_delivered_transient_ids = {}
|
||||
|
||||
except Exception as e:
|
||||
RNS.log("Could not load locally delivered message ID cache from storage. The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
RNS.log(f"Could not load locally delivered message ID cache from storage. The contained exception was: {e}", RNS.LOG_ERROR)
|
||||
self.locally_delivered_transient_ids = {}
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue