mirror of
https://github.com/markqvist/LXMF.git
synced 2025-03-13 10:36:48 -04:00
Cleanup
This commit is contained in:
parent
d5540b927f
commit
1ef4665073
@ -2119,7 +2119,6 @@ class LXMRouter:
|
||||
if (not transient_id in self.propagation_entries and not transient_id in self.locally_processed_transient_ids) or allow_duplicate == True:
|
||||
received = time.time()
|
||||
destination_hash = lxmf_data[:LXMessage.DESTINATION_LENGTH]
|
||||
RNS.log("GOT MESSAGE FOR "+RNS.prettyhexrep(destination_hash))
|
||||
|
||||
self.locally_processed_transient_ids[transient_id] = received
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
qrcode==7.4.2
|
||||
rns==0.7.8
|
||||
setuptools==70.0.0
|
||||
qrcode>=7.4.2
|
||||
rns>=0.9.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user