mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-27 00:35:17 -04:00
Fixed typo
This commit is contained in:
parent
a2e856762c
commit
27f5b8fb3e
1 changed files with 2 additions and 2 deletions
|
@ -289,8 +289,8 @@ class Transport:
|
||||||
sent = True
|
sent = True
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# Broadcast packet on all outgoing interfaces, or relevant
|
# Broadcast packet on all outgoing interfaces, or the relevant
|
||||||
# interface, if packet is for a link or has an attached interface
|
# interface if packet is for a link or has an attached interface
|
||||||
for interface in Transport.interfaces:
|
for interface in Transport.interfaces:
|
||||||
if interface.OUT:
|
if interface.OUT:
|
||||||
should_transmit = True
|
should_transmit = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue