automated terminal push

This commit is contained in:
Software Shinobi
2025-03-11 20:42:48 -04:00
parent c671cb5d61
commit dc51e2e646

View File

@@ -68,11 +68,11 @@ def check_download_exists_matching_url_version_two(url):
print("month / ",month)
file_pattern = f"\(({username})\) - 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)
for filename in os.listdir("/home/softwareshinobi/Downloads/"):
for filename in os.listdir("/home/yankee/Downloads/"):
updated = filename.lower()