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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user