Add notes for future development
This commit is contained in:
parent
97180f235f
commit
788718f891
@ -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:
|
||||
|
Reference in New Issue
Block a user