2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 17:07:13 +00:00

current year auto

This commit is contained in:
2024-03-14 19:53:01 +00:00
parent 7325d934f9
commit b3490aa52d
5 changed files with 27 additions and 7 deletions

View File

@@ -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."