forked from expo/troggle
fix number of entries expected
This commit is contained in:
parent
0c4ce6dc3c
commit
a321625f35
@ -40,7 +40,7 @@ def import_logbooks():
|
|||||||
troggle.parsers.logbooks.LoadLogbooks()
|
troggle.parsers.logbooks.LoadLogbooks()
|
||||||
|
|
||||||
|
|
||||||
def import_logbook(year=1996):
|
def import_logbook(year=2022):
|
||||||
print(f"-- Importing Logbook {year}")
|
print(f"-- Importing Logbook {year}")
|
||||||
with transaction.atomic():
|
with transaction.atomic():
|
||||||
troggle.parsers.logbooks.LoadLogbook(year)
|
troggle.parsers.logbooks.LoadLogbook(year)
|
||||||
|
@ -54,15 +54,15 @@ LOGBOOK_PARSER_SETTINGS = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
entries = {
|
entries = {
|
||||||
"2022": 89,
|
"2022": 90,
|
||||||
"2019": 55,
|
"2019": 55,
|
||||||
"2018": 95,
|
"2018": 95,
|
||||||
"2017": 74,
|
"2017": 74,
|
||||||
"2016": 86,
|
"2016": 86,
|
||||||
"2015": 80,
|
"2015": 80,
|
||||||
"2014": 65,
|
"2014": 66,
|
||||||
"2013": 52,
|
"2013": 52,
|
||||||
"2012": 75,
|
"2012": 76,
|
||||||
"2011": 71,
|
"2011": 71,
|
||||||
"2010": 22,
|
"2010": 22,
|
||||||
"2009": 53,
|
"2009": 53,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user