automated terminal push
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user