From e254c8805b6fe234cafd2a24e086e2d1c475969d Mon Sep 17 00:00:00 2001 From: Robin Cohen-Selmon <87440088+RobsOnWaves@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:48:27 +0200 Subject: [PATCH] Update main.py dummy commit Signed-off-by: Robin Cohen-Selmon <87440088+RobsOnWaves@users.noreply.github.com> --- Code/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/main.py b/Code/main.py index dd1f331..66ca763 100644 --- a/Code/main.py +++ b/Code/main.py @@ -28,7 +28,7 @@ family1.husband = ['123456'] family1.wife = ['1213313'] family1.children = ['12311414', '1232444'] - + print("hello") family2 = GedFileHandler.Family() family2.husband = ['012345644'] @@ -53,4 +53,4 @@ mongo_handler.insert_list_of_ged_objets(collection_name='coll_name', ged_list_of_dict=[families_documents[1]]) - \ No newline at end of file +