automated terminal push

This commit is contained in:
Your Name
2025-02-09 20:13:48 -05:00
parent 4997491591
commit fd9c9b4df2

View File

@@ -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()