diff --git a/cleanup_script.py b/cleanup_script.py index ba1b0ef..f5e9cc8 100755 --- a/cleanup_script.py +++ b/cleanup_script.py @@ -18,6 +18,12 @@ global YEARS YEARS = [2020, 2021, 2022, 2023, 2024] global INFLATION_RATES INFLATION_RATES = { + 2014: 0.8, + 2015: 0.7, + 2016: 0.4, + 2017: 1.7, + 2018: 1.9, + 2019: 1.4, 2020: 0.4, 2021: 3.2, 2022: 8.7,