From 54c718310ef31192271125987b82ed1c281a3911 Mon Sep 17 00:00:00 2001 From: Denise sur Lya Date: Wed, 24 Jun 2020 14:59:46 +0200 Subject: =?UTF-8?q?Petit=20bug=20corrig=C3=A9=20(=C3=A2ge=20maxi)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion_donnees.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gestion_donnees.py') 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","") -- cgit v1.2.3