docs: update python ad list value example

This commit is contained in:
Stevan Freeborn
2023-04-18 21:12:46 -05:00
parent f46efcc4fb
commit ecc5716e7b
@@ -78,7 +78,7 @@ client = OnspringClient(url, key)
request = ListItemRequest(
listId=906,
name='Not Started',
id='',
id=None,
numericValue=0,
color='#ffffff'
)