summaryrefslogtreecommitdiff
path: root/gestion_donnees.py
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2021-04-17 13:47:35 +0200
committerDenise sur Lya <sekhmet@lya>2021-04-17 13:47:35 +0200
commit3d7da80ac11bb87ab441fb51f93b738be02de2c3 (patch)
tree1280ab37f4ccf548f84270d661a4292d1576ef9c /gestion_donnees.py
parent857e655d3b2963fed1a7c1a8c56169bf1c0a4809 (diff)
downloadoms-3d7da80ac11bb87ab441fb51f93b738be02de2c3.tar.gz
oms-3d7da80ac11bb87ab441fb51f93b738be02de2c3.tar.zst
oms-3d7da80ac11bb87ab441fb51f93b738be02de2c3.zip
Extrapolation améliorée + possibilité de voir le point voulu
Diffstat (limited to 'gestion_donnees.py')
-rw-r--r--gestion_donnees.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/gestion_donnees.py b/gestion_donnees.py
index 2583007..2153a55 100644
--- a/gestion_donnees.py
+++ b/gestion_donnees.py
@@ -333,6 +333,11 @@ def gere_configuration(data,liste_err):
333 else: 333 else:
334 configuration["non_sauve"]["calculextratemps_type"] = "" 334 configuration["non_sauve"]["calculextratemps_type"] = ""
335 335
336 # Tracer les calculs sur la grille
337 configuration["non_sauve"]["calculextradata_trace"] = gere_checkbox(data.get("calculextradata_trace"))
338 configuration["non_sauve"]["calculextratemps_trace"] = gere_checkbox(data.get("calculextratemps_trace"))
339
340
336 return configuration 341 return configuration
337 342
338 343