From 15e8ef3455ef770954a3f38e524e4d8841dcc7d7 Mon Sep 17 00:00:00 2001 From: Wojciech Wojnowski <wojciech.wojnowski@pg.edu.pl> Date: Tue, 26 Oct 2021 14:42:01 +0000 Subject: [PATCH] Update main.py --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index f6ba7a7..8de0e92 100644 --- a/main.py +++ b/main.py @@ -622,9 +622,7 @@ tab3_choices = {'Only sustainable and renewable materials are used several times '50-75% of reagents and materials are sustainable or renewable and can only be used once': 0.50, '25-50% of reagents and materials are sustainable or renewable': 0.25, '< 25% of reagents and materials are sustainable or renewable and can only be used once': 0, - 'Sustainable and renewable materials used several times': 1.0, - 'Materials are not sustainable or renewable and are used several times': 0.5, - 'Materials are not sustainable or renewable and are disposable': 0,} + 'Materials are not sustainable or renewable and are used several times': 0.5,} dropdown3 = ttk.OptionMenu(tab3.frame, criteria[2].optionvar, criteria[2].optionvar.get(), *tab3_choices.keys(), command=lambda x: change_dropdown(criteria[2], tab3_choices)) # the ttk style for OptionMenu does not include a style for the tk dropdown menu, -- GitLab