From fd9c9b4df26dde03d15793159963b2b43375878b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 9 Feb 2025 20:13:48 -0500 Subject: [PATCH] automated terminal push --- DiskUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiskUtils.py b/DiskUtils.py index 8c7727d..fc33cc4 100644 --- a/DiskUtils.py +++ b/DiskUtils.py @@ -46,7 +46,7 @@ def check_download_exists_matching_url(url): file_pattern = f"*{channel_name} - game stats on Twitch in {month} {year} - SullyGnome.csv".lower() - for filename in os.listdir("/home/yankee/Downloads/"): + for filename in os.listdir("/root/Downloads/"): updated = filename.lower()