This commit is contained in:
Mark Qvist 2025-04-07 14:30:34 +02:00
parent ae92432878
commit 4ece3a6140

View File

@ -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):