mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 08:57:10 +00:00
error message prepare
This commit is contained in:
@@ -693,6 +693,7 @@ def LoadLogbooks():
|
|||||||
print(f" - MEM: {mem:7.2f} MB in use, {mem-mem1:7.2f} MB more", file=sys.stderr)
|
print(f" - MEM: {mem:7.2f} MB in use, {mem-mem1:7.2f} MB more", file=sys.stderr)
|
||||||
duration = time.time() - start
|
duration = time.time() - start
|
||||||
print(f" - TIME: {duration:7.2f} s", file=sys.stderr)
|
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:
|
# Now we serially store the parsed data in the database, updating 3 types of object:
|
||||||
# - Expedition (the 'logbook.html' value)
|
# - Expedition (the 'logbook.html' value)
|
||||||
|
|||||||
Reference in New Issue
Block a user