mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-11 07:23:29 -07:00
Fixed typo
This commit is contained in:
+2
-2
@@ -289,8 +289,8 @@ class Transport:
|
||||
sent = True
|
||||
|
||||
else:
|
||||
# Broadcast packet on all outgoing interfaces, or relevant
|
||||
# interface, if packet is for a link or has an attached interface
|
||||
# Broadcast packet on all outgoing interfaces, or the relevant
|
||||
# interface if packet is for a link or has an attached interface
|
||||
for interface in Transport.interfaces:
|
||||
if interface.OUT:
|
||||
should_transmit = True
|
||||
|
||||
Reference in New Issue
Block a user