diff --git a/main.py b/main.py index a451389..494e432 100644 --- a/main.py +++ b/main.py @@ -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):