upsy daisys

This commit is contained in:
matic_t
2020-07-16 03:46:48 -07:00
parent b010414bfe
commit 9c007f6dd6
4 changed files with 9 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ def generic_list_getter():
result.append(result_candidate)
return result
# Formats data from inputs to name-value objects
def homonymy_list_getter():
result = []
for row in document.getElementsByClassName("label-list-row"):