summaryrefslogtreecommitdiffstats
path: root/parsers/logbooks.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-03-14 19:53:01 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2024-03-14 19:53:01 +0000
commitb3490aa52d0a7f36bb2675ee8fb5825550684e97 (patch)
tree7b3516688612d9546a58079f1b581a125a855003 /parsers/logbooks.py
parent7325d934f985407ad121e967600f0d5aed08e8b3 (diff)
downloadtroggle-b3490aa52d0a7f36bb2675ee8fb5825550684e97.tar.gz
troggle-b3490aa52d0a7f36bb2675ee8fb5825550684e97.tar.bz2
troggle-b3490aa52d0a7f36bb2675ee8fb5825550684e97.zip
current year auto
Diffstat (limited to 'parsers/logbooks.py')
-rw-r--r--parsers/logbooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py
index 892066b..fd03816 100644
--- a/parsers/logbooks.py
+++ b/parsers/logbooks.py
@@ -672,7 +672,7 @@ def LoadLogbooks():
message = " ! - No expeditions found. Attempting to 'people' first"
DataIssue.objects.create(parser="logbooks", message=message)
print(message)
- load_people_expos()
+ load_people_expos() # by loading the folk list
expos = Expedition.objects.all()
if len(expos) <= 1:
message = " ! - No expeditions found, even after attempting to load 'people'. Abort."