This commit is contained in:
Frank Knoll
2024-07-12 18:06:08 +02:00
parent b1fe52817f
commit 1bf6609fab

View File

@@ -688,10 +688,11 @@
"metadata": {},
"outputs": [],
"source": [
"updateHtmlFile4SymptomsCausedByCOVIDLots(\n",
" symptoms = list(prrByLotAndSymptom.columns),\n",
" batches = list(prrByLotAndSymptom.index),\n",
" htmlFile = os.path.normpath(webAppBaseDir + '/index.html'))"
"# FK-TODO: reactivate\n",
"#updateHtmlFile4SymptomsCausedByCOVIDLots(\n",
"# symptoms = list(prrByLotAndSymptom.columns),\n",
"# batches = list(prrByLotAndSymptom.index),\n",
"# htmlFile = os.path.normpath(webAppBaseDir + '/index.html'))"
]
},
{