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