diff options
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r-- | parsers/logbooks.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |