Skip to content

Commit

Permalink
Test new save()
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck authored Oct 5, 2023
1 parent 32438f0 commit 0a5ba64
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 @@ -7,7 +7,7 @@ def main(self):
for document in self.get_documents():
if document not in project.document_list:
project.document_list.append(document)
project.put()
project.save()

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

0 comments on commit 0a5ba64

Please sign in to comment.