Skip to content

Commit

Permalink
add print for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck committed Dec 5, 2024
1 parent 6e1bd56 commit 6370cb0
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 @@ -21,7 +21,7 @@ def main(self):
proj = self.data["project_id"]
batch_sz = self.data["batch_size"]
batch_num = math.ceil(batch_sz / 25)

print(batch_sz)
# Search for all documents in the current project that have not yet been uploaded.
documents = self.client.documents.search(f"+project:{proj} -data_ipfsUrl:*")
for i in range(batch_num):
Expand Down

0 comments on commit 6370cb0

Please sign in to comment.