2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-31 15:32:35 +00:00

missed objects

This commit is contained in:
Sam Wenham 2019-04-18 19:27:23 +01:00
parent 4e187581b3
commit 2f9870644b

View File

@ -329,7 +329,7 @@ def LoadLogbooks():
""" This is the master function for parsing all logbooks into the Troggle database. """
# Clear the logbook data issues as we are reloading
models.DataIssue.filter(parser='logbooks').delete()
models.DataIssue.objects.filter(parser='logbooks').delete()
# Fetch all expos
expos = models.Expedition.objects.all()
for expo in expos: