formating

This commit is contained in:
frankknoll
2023-05-29 22:09:14 +02:00
parent 2a59ca943f
commit 44d72d887b
2 changed files with 2 additions and 2 deletions

View File

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