Merge branch 'main' into dev
All checks were successful
Build and Deploy Static Site / build (push) Successful in 57s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 57s
This commit is contained in:
commit
feb273a8b0
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -97,7 +97,7 @@ def generate_static_site(development_mode=False):
|
||||||
if year not in finance_data:
|
if year not in finance_data:
|
||||||
finance_data[year] = {}
|
finance_data[year] = {}
|
||||||
finance_data[year][month] = generate_transparency_table(
|
finance_data[year][month] = generate_transparency_table(
|
||||||
get_transparency_data(finances, year, month)
|
get_transparency_data(finances, year, month, True)
|
||||||
)
|
)
|
||||||
context.update({"finances": finance_data})
|
context.update({"finances": finance_data})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue