X-Git-Url: https://git.immae.eu/?p=perso%2FDenise%2Foms.git;a=blobdiff_plain;f=gestion_donnees.py;h=ea1f2593f625953852cf2e8655f83412cef60102;hp=d214bcd9d47b7c42154de0ddb4fcd5aa58e17231;hb=54c718310ef31192271125987b82ed1c281a3911;hpb=d03279e72fcb75ddf784fbd0dcce2b2b15f5ff09 diff --git a/gestion_donnees.py b/gestion_donnees.py index d214bcd..ea1f259 100644 --- a/gestion_donnees.py +++ b/gestion_donnees.py @@ -192,7 +192,7 @@ def gere_configuration(data,liste_err): if maxi == "": configuration["maxi"] = 0 else: - configuration["maxi"] = convertit_jours_vers_python(maxi,liste_err) + configuration["maxi"] = int(convertit_jours_vers_python(maxi,liste_err)) # dimensions du graphique largeur = data.get("largeur","")