diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-08-31 00:34:48 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-08-31 00:34:48 +0300 |
commit | bbb821e2f9a55eaaf636909341b8c7799f079ce2 (patch) | |
tree | e29366f8dd166a3dcd499b62151184e59bf474ba | |
parent | 069a1d57c9bce3b3d6d2c8283c52100f869aefb0 (diff) | |
download | troggle-bbb821e2f9a55eaaf636909341b8c7799f079ce2.tar.gz troggle-bbb821e2f9a55eaaf636909341b8c7799f079ce2.tar.bz2 troggle-bbb821e2f9a55eaaf636909341b8c7799f079ce2.zip |
error message prepare
-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) |