Skip to content

Commit

Permalink
test_cron 3
Browse files Browse the repository at this point in the history
test_cron 3
  • Loading branch information
piotrnarajowski committed Jul 22, 2024
1 parent cdefb83 commit 2fa3d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autopts/wid/has.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fa3d30

Please sign in to comment.