diff --git a/ogcore/demographics.py b/ogcore/demographics.py index ea3ec7948..d4fa9fe95 100644 --- a/ogcore/demographics.py +++ b/ogcore/demographics.py @@ -17,8 +17,8 @@ from ogcore.utils import get_legacy_session from ogcore import parameter_plots as pp -START_YEAR = 2023 -END_YEAR = 2023 +START_YEAR = 2024 +END_YEAR = 2024 UN_COUNTRY_CODE = "840" # UN code for USA # create output director for figures CUR_PATH = os.path.split(os.path.abspath(__file__))[0]