Skip to content

Commit c0107bc

Browse files
committed
add note about unfinished feature
1 parent 7588cdb commit c0107bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/recordset_indexed_modified_date_and_archive_link_status.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ def print_recordset_view_data(api,uuid):
6464
recordset_item_from_api["indexTerms"]["indexData"]["update"],
6565
recordset_item_from_api["indexTerms"]["name"],
6666
recordset_item_from_api["indexTerms"]["indexData"]["link"],
67-
# recordset_item_from_api[""],
67+
# Does not yet include contacts or other data.
68+
# recordset_item_from_api[""],
6869
check_archive_status(recordset_item_from_api["indexTerms"]["indexData"]["link"])
6970
]
7071
print(*the_important_data, sep="\t")

0 commit comments

Comments
 (0)