diff --git a/dash_service/pages/transmonee.py b/dash_service/pages/transmonee.py index 2810754..19974f3 100644 --- a/dash_service/pages/transmonee.py +++ b/dash_service/pages/transmonee.py @@ -2923,7 +2923,7 @@ def aio_area_figure( source_link = ( df_indicator_sources["Source_Link"].unique()[0] if len(unique_indicator_sources) > 0 - and not data["CODE"].isin(["DM_CHLD_POP", "DM_CHLD_POP_PT", , "DM_FRATE_COMP", "DM_ADOL_POP", "DM_UFIVE_POP"]).any() + and not data["CODE"].isin(["DM_CHLD_POP", "DM_CHLD_POP_PT", "DM_FRATE_COMP", "DM_ADOL_POP", "DM_UFIVE_POP"]).any() else "https://ec.europa.eu/eurostat/cache/metadata/en/demo_pop_esms.htm" )