fix number of entries expected

This commit is contained in:
Philip Sargent 2023-01-26 21:52:56 +00:00
parent 0c4ce6dc3c
commit a321625f35
2 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ def import_logbooks():
troggle.parsers.logbooks.LoadLogbooks()
def import_logbook(year=1996):
def import_logbook(year=2022):
print(f"-- Importing Logbook {year}")
with transaction.atomic():
troggle.parsers.logbooks.LoadLogbook(year)

View File

@ -54,15 +54,15 @@ LOGBOOK_PARSER_SETTINGS = {
}
entries = {
"2022": 89,
"2022": 90,
"2019": 55,
"2018": 95,
"2017": 74,
"2016": 86,
"2015": 80,
"2014": 65,
"2014": 66,
"2013": 52,
"2012": 75,
"2012": 76,
"2011": 71,
"2010": 22,
"2009": 53,