adapting dropdown text

This commit is contained in:
Frank Knoll
2024-07-12 17:34:49 +02:00
parent 4f8cd31ad3
commit b1fe52817f
3 changed files with 9 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ from SymptomsCausedByVaccines.HtmlUtils import getSymptomOptions, getVaccineOpti
from SymptomsCausedByVaccines.OptionsSetter import OptionsSetter
def updateHtmlFile(symptomsDescr, vaccinesDescr, htmlFile, defaultSelectVaccineOptionText = 'Select Vaccine'):
def updateHtmlFile(symptomsDescr, vaccinesDescr, htmlFile, defaultSelectVaccineOptionText):
_saveOptions(
options = getSymptomOptions(
symptoms = symptomsDescr['symptoms'],