diff --git a/DiskUtils.py b/DiskUtils.py index 06c803c..feeb01b 100644 --- a/DiskUtils.py +++ b/DiskUtils.py @@ -68,7 +68,7 @@ def check_download_exists_matching_url_version_two(url): print("month / ",month) - file_pattern = f"\(({channel_name})\) - game stats on Twitch in {month} {year} - SullyGnome.csv".lower() + file_pattern = f".* \(({channel_name})\) - game stats on Twitch in {month} {year} - SullyGnome.csv".lower() print("regex :",file_pattern)