continuing to remove Symptoms caused by COVID Lots

This commit is contained in:
Frank Knoll
2024-07-12 20:48:55 +02:00
parent 8d45aa1c43
commit 724e55e5f1
3067 changed files with 1 additions and 6599 deletions

View File

@@ -21,19 +21,6 @@ def updateHtmlFile(symptomsDescr, vaccinesDescr, htmlFile, defaultSelectVaccineO
htmlFile = htmlFile,
selectElementId = 'vaccineSelect')
def updateHtmlFile4SymptomsCausedByCOVIDLots(symptoms, batches, htmlFile):
symptomOptions = getSymptomOptions(symptoms)
for selectElementId in ['symptomSelect', 'symptomSelectX', 'symptomSelectY']:
_saveOptions(
options = symptomOptions,
htmlFile = htmlFile,
selectElementId = selectElementId)
_saveOptions(
options = getVaccineOptions(batches, 'Select Batch'),
htmlFile = htmlFile,
selectElementId = 'vaccineSelect')
def _saveOptions(options, htmlFile, selectElementId):
HtmlTransformerUtil().applySoupTransformerToFile(
file=htmlFile,