From 44d72d887b32b5c8411a359d9f90aac0871ed874 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Mon, 29 May 2023 22:09:14 +0200 Subject: [PATCH] formating --- src/CountriesByBatchcodeProvider.py | 2 +- src/VAERSFileDownloader.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CountriesByBatchcodeProvider.py b/src/CountriesByBatchcodeProvider.py index 81e0f26a0cd..325534783a4 100644 --- a/src/CountriesByBatchcodeProvider.py +++ b/src/CountriesByBatchcodeProvider.py @@ -19,7 +19,7 @@ def _getCountryCountsByClickedBatchcode(): 'Event count': 'COUNTRY_COUNT_BY_VAX_LOT' }, inplace = True) - exploration.set_index('COUNTRY', append = True, inplace = True) + exploration.set_index('COUNTRY',append = True, inplace = True) return exploration diff --git a/src/VAERSFileDownloader.py b/src/VAERSFileDownloader.py index 24356f0d06a..d49527ed617 100644 --- a/src/VAERSFileDownloader.py +++ b/src/VAERSFileDownloader.py @@ -26,7 +26,7 @@ def downloadVAERSFileAndUnzip(file, workingDirectory): dstDir = workingDirectory + '/VAERS/') def downloadVAERSFile(file, downloadDir): - driver = getWebDriver(downloadDir, isHeadless = True) + driver = getWebDriver(downloadDir, isHeadless = False) downloadedFile = downloadFile( absoluteFile = downloadDir + "/" + file, driver = driver,