diff --git a/SullyGnomeRobot.py b/SullyGnomeRobot.py index 80a2dc2..960a544 100644 --- a/SullyGnomeRobot.py +++ b/SullyGnomeRobot.py @@ -116,6 +116,12 @@ def download(url): 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: print(f"The file matching the url '{url}' DOES INDEED exists. (version 1)")