From 4ec5f446e8b269d73923ea7daba86a0066389af1 Mon Sep 17 00:00:00 2001 From: Software Shinobi Date: Tue, 11 Mar 2025 20:44:04 -0400 Subject: [PATCH] automated terminal push --- DiskUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)