fix typo
This commit is contained in:
parent
dc12c54ae6
commit
46c3e5077d
@ -44,7 +44,7 @@ class SdrService(object):
|
|||||||
name: loadIntoPropertyManager(value) for (name, value) in pm["sdrs"].items() if sdrTypeAvailable(value)
|
name: loadIntoPropertyManager(value) for (name, value) in pm["sdrs"].items() if sdrTypeAvailable(value)
|
||||||
}
|
}
|
||||||
logger.info(
|
logger.info(
|
||||||
"SDR sources loaded. Availables SDRs: {0}".format(
|
"SDR sources loaded. Available SDRs: {0}".format(
|
||||||
", ".join(map(lambda x: x["name"], SdrService.sdrProps.values()))
|
", ".join(map(lambda x: x["name"], SdrService.sdrProps.values()))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user