From c671cb5d61ca787faa34dda19bde03f58832306a Mon Sep 17 00:00:00 2001 From: Software Shinobi Date: Tue, 11 Mar 2025 20:40:40 -0400 Subject: [PATCH] automated terminal push --- SullyGnomeRobot.py | 6 ++++++ 1 file changed, 6 insertions(+) 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)")