Skip to content

Commit

Permalink
Merge branch 'update'
Browse files Browse the repository at this point in the history
  • Loading branch information
MrIbrahem committed Dec 16, 2024
2 parents bbb867c + c2bbb5f commit 9842627
Show file tree
Hide file tree
Showing 15 changed files with 1,683 additions and 1,354 deletions.
8 changes: 6 additions & 2 deletions alabel/labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,12 @@ def main():
printe.output(f'<<lightgreen>> {num}/{len_result} qid:"{qid}", page:"{page}"')
# ---
if page:
himoAPI.Labels_API(qid, page, "ar", False, Or_Alii=True)
# himoAPI.Labels_API(qid, page, "ar", False, Or_Alii=True)
himoAPI.Add_Labels_if_not_there(qid, page, "ar", False)


if __name__ == "__main__":
main()
if "test" in sys.argv:
himoAPI.Add_Labels_if_not_there("Q109927", "83 Beatrix", "ar", False)
else:
main()
Loading

0 comments on commit 9842627

Please sign in to comment.