Skip to content

Commit

Permalink
forgot to actually add
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Dec 12, 2023
1 parent 139f6ea commit 28c16c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def scan_unembedded_creations():
for doc in batch:
try:
print("induct:", doc["_id"], doc["thumbnail"])
# induct_creation(doc)
induct_creation(doc)
inductions += 1
except Exception as e:
print(f"error for creation {doc['_id']}: {e}")
Expand Down

0 comments on commit 28c16c8

Please sign in to comment.