This commit is contained in:
frankknoll
2023-06-09 16:46:49 +02:00
parent e1fedea71f
commit c2f4182fea
9651 changed files with 9153 additions and 17344 deletions

View File

@@ -17,5 +17,5 @@ class CountryCountsByBatchcodeTablesMerger:
@staticmethod
def _getTables():
files = glob.glob(r'data/*')
files = glob.glob(r'data/GoogleAnalytics/*')
return [CountryCountsByClickedBatchcodeProvider.getCountryCountsByClickedBatchcode(file) for file in files]