mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-12-29 05:11:02 +00:00
add comment
This commit is contained in:
@@ -61,6 +61,7 @@ class KidDeviceCollector(BaseCollector):
|
|||||||
'disabled': lambda value: '1' if value == 'true' else '0',
|
'disabled': lambda value: '1' if value == 'true' else '0',
|
||||||
}[monitor_label](value)
|
}[monitor_label](value)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
# default to just returning the value
|
||||||
return value
|
return value
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user