mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-04-14 21:03:28 -04:00
Cleanup
This commit is contained in:
parent
ae92432878
commit
4ece3a6140
@ -2186,11 +2186,13 @@ class Transport:
|
||||
packet.receiving_interface = interface
|
||||
|
||||
return packet
|
||||
else:
|
||||
return None
|
||||
|
||||
else: return None
|
||||
|
||||
except Exception as e:
|
||||
RNS.log("Exception occurred while getting cached packet.", RNS.LOG_ERROR)
|
||||
RNS.log("The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
return None
|
||||
|
||||
@staticmethod
|
||||
def cache_request_packet(packet):
|
||||
|
Loading…
x
Reference in New Issue
Block a user