diff --git a/src/webqueue2api/parser/item.py b/src/webqueue2api/parser/item.py index c13c8ef..1110ade 100644 --- a/src/webqueue2api/parser/item.py +++ b/src/webqueue2api/parser/item.py @@ -44,7 +44,7 @@ class Item: priority (string): The most recent priority for this item. department (string): The most recent department for this item. date_received (string): The date this item was created. - json_data (list): A JSON serializable representation of the Item. + json_data (dict): A JSON serializable representation of the Item. Raises: ItemDoesNotExistError: If an item does not exist on the filesystem.