Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
dummy commit

Signed-off-by: Robin Cohen-Selmon <87440088+RobsOnWaves@users.noreply.github.com>
  • Loading branch information
RobsOnWaves authored Jun 27, 2024
1 parent 0aa0b5e commit e254c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
family1.husband = ['123456']
family1.wife = ['1213313']
family1.children = ['12311414', '1232444']

print("hello")
family2 = GedFileHandler.Family()

family2.husband = ['012345644']
Expand All @@ -53,4 +53,4 @@

mongo_handler.insert_list_of_ged_objets(collection_name='coll_name', ged_list_of_dict=[families_documents[1]])



0 comments on commit e254c88

Please sign in to comment.