update jsons

This commit is contained in:
marsteralex 2022-10-02 20:52:48 -04:00
parent 002e52401a
commit 01b6fdb085
3 changed files with 4 additions and 4 deletions

View File

@ -366,7 +366,7 @@ def write_image_uris(card_image_uris):
if __name__ == "__main__":
# uncomment this once in a while, but it's expensive to run
fetch_and_write_initial_artist_query()
# fetch_and_write_initial_artist_query()
for category in allCategories:
print(category)
@ -375,4 +375,4 @@ if __name__ == "__main__":
print(category)
fetch_and_write_all_special(
category, generate_initial_special_query(category))
fetch_and_write_all_artist()
# fetch_and_write_all_artist()

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long