mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 06:36:14 -04:00
Added destination ratchet ID getter to API
This commit is contained in:
parent
4524a17e67
commit
fe054fd03c
2 changed files with 18 additions and 3 deletions
|
@ -1709,6 +1709,7 @@ class Transport:
|
|||
except Exception as e:
|
||||
RNS.log("Error while processing external announce callback.", RNS.LOG_ERROR)
|
||||
RNS.log("The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
RNS.trace_exception(e)
|
||||
|
||||
# Handling for link requests to local destinations
|
||||
elif packet.packet_type == RNS.Packet.LINKREQUEST:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue