Merge branch 'main' into restore-countries

This commit is contained in:
frankknoll
2023-03-29 09:10:05 +02:00
3 changed files with 17 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ def downloadVAERSFileAndUnzip(file, workingDirectory):
dstDir = workingDirectory + '/VAERS/')
def downloadVAERSFile(file, downloadDir):
driver = getWebDriver(downloadDir, isHeadless = False)
driver = getWebDriver(downloadDir, isHeadless = True)
downloadedFile = downloadFile(
absoluteFile = downloadDir + "/" + file,
driver = driver,