mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-30 12:04:19 +01:00
add missing keys() method
This commit is contained in:
parent
112eda2021
commit
2301141b44
|
|
@ -33,6 +33,9 @@ class CommandMapper(object):
|
|||
self.static = static
|
||||
return self
|
||||
|
||||
def keys(self):
|
||||
return self.mappings.keys()
|
||||
|
||||
|
||||
class CommandMapping(ABC):
|
||||
@abstractmethod
|
||||
|
|
|
|||
Loading…
Reference in a new issue