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: