mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-10-29 17:50:23 +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',
|
||||
}[monitor_label](value)
|
||||
except KeyError:
|
||||
# default to just returning the value
|
||||
return value
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user