From bbb821e2f9a55eaaf636909341b8c7799f079ce2 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 31 Aug 2023 00:34:48 +0300 Subject: [PATCH] error message prepare --- parsers/logbooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/parsers/logbooks.py b/parsers/logbooks.py index 6fa0c95..466414c 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -693,6 +693,7 @@ def LoadLogbooks(): print(f" - MEM: {mem:7.2f} MB in use, {mem-mem1:7.2f} MB more", file=sys.stderr) duration = time.time() - start print(f" - TIME: {duration:7.2f} s", file=sys.stderr) + print(f"\n - Now store all those logbook entries in the database.") # Now we serially store the parsed data in the database, updating 3 types of object: # - Expedition (the 'logbook.html' value)