diff --git a/autopts/wid/has.py b/autopts/wid/has.py index bd518e65a6..93ca25f93e 100644 --- a/autopts/wid/has.py +++ b/autopts/wid/has.py @@ -42,6 +42,7 @@ def hdl_wid_450(_: WIDParams): """ Please add a new Preset Record. """ + #test n, properties = 5, PresetProperty.BT_HAS_PROP_AVAILABLE | PresetProperty.BT_HAS_PROP_WRITABLE btp.has_add_preset(n, properties, 'PRESET_' + str(n)) return True