mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-01 06:18:58 -07:00
Cleanup
This commit is contained in:
+2
-4
@@ -289,11 +289,9 @@ class Packet:
|
||||
self.destination.tx += 1
|
||||
self.destination.txbytes += len(self.data)
|
||||
|
||||
if not self.packed:
|
||||
self.pack()
|
||||
if not self.packed: self.pack()
|
||||
|
||||
if RNS.Transport.outbound(self):
|
||||
return self.receipt
|
||||
if RNS.Transport.outbound(self): return self.receipt
|
||||
else:
|
||||
RNS.log("No interfaces could process the outbound packet", RNS.LOG_ERROR)
|
||||
self.sent = False
|
||||
|
||||
Reference in New Issue
Block a user