From 788718f891f2b037d0bc07af2beabe5dc69f13b8 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 1 Jun 2023 16:49:47 +0100 Subject: [PATCH] Add notes for future development --- src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.py b/src/main.py index cacc85c..4e7a435 100644 --- a/src/main.py +++ b/src/main.py @@ -29,6 +29,7 @@ log.out(f"main.py: db-manager {version} Initialised", "INFO") import corpus, mongo, pis, mailer, timetable # Ensure count document exists in meta, wrap in while look to prevent crashing if the DB is not ready: +# Does this work when the DB is not initialised? dbReady = False while dbReady is False: try: