automated terminal push

This commit is contained in:
Software Shinobi
2025-03-11 20:40:40 -04:00
parent 73cb40154c
commit c671cb5d61

View File

@@ -116,6 +116,12 @@ def download(url):
print("file already exists (v1) / ",existsAlreadyVersionOne) print("file already exists (v1) / ",existsAlreadyVersionOne)
existsAlreadyVersionTwo = DiskUtils.check_download_exists_matching_url_version_two(url)
print("file already exists (v2) / ",existsAlreadyVersionTwo)
time.sleep(40)
if existsAlreadyVersionOne: if existsAlreadyVersionOne:
print(f"The file matching the url '{url}' DOES INDEED exists. (version 1)") print(f"The file matching the url '{url}' DOES INDEED exists. (version 1)")