fix a stupid bug
This commit is contained in:
parent
8997fd48b7
commit
292abae384
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ async def matrix_sd(tailnet, devices) -> List:
|
|||
if targets:
|
||||
sd.append(targets)
|
||||
log.info(f"Found {len(sd)} matrix servcies")
|
||||
return []
|
||||
return sd
|
||||
|
||||
|
||||
def plain_devices_sd(tailnet, devices) -> List:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue