Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion netaudio/console/commands/subscription/_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async def subscription_add(self):
if rx_device and not tx_device:
tx_device = rx_device

if rx_channel and rx_device and tx_channel and tx_channel:
if rx_channel and rx_device and tx_channel and tx_device:
self.line(
f"{rx_channel.name}@{rx_device.name} <- {tx_channel.name}@{tx_device.name}"
)
Expand Down