Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck authored May 9, 2024
1 parent 3c4be56 commit 9a7328a
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 @@ -23,7 +23,7 @@ def main(self):
if document is not None:
docs_to_add.append(document)
self.add_to_project(project, docs_to_add)
time.sleep(30)
time.sleep(10)

if __name__ == "__main__":
ProjectAdder().main()

0 comments on commit 9a7328a

Please sign in to comment.