mirror of
https://github.com/markqvist/LXMF.git
synced 2025-08-01 19:36:15 -04:00
Fixed inbound ticket cleaning bug
This commit is contained in:
parent
19f0fa7724
commit
19d8909b10
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ class LXMRouter:
|
|||
expired_inbound.append(inbound_ticket)
|
||||
|
||||
for inbound_ticket in expired_inbound:
|
||||
self.available_tickets["inbound"][destination_hash].pop(destination_hash)
|
||||
self.available_tickets["inbound"][destination_hash].pop(inbound_ticket)
|
||||
|
||||
except Exception as e:
|
||||
RNS.log(f"Error while cleaning available tickets. The contained exception was: {e}", RNS.LOG_ERROR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue