Useless
This commit is contained in:
parent
bd7d25ff97
commit
bed1ecc552
@ -37,8 +37,6 @@ def download(path, file):
|
|||||||
stdout=sys.stdout,
|
stdout=sys.stdout,
|
||||||
)
|
)
|
||||||
except subprocess.CalledProcessError:
|
except subprocess.CalledProcessError:
|
||||||
print(f"Removing {path}/{file}")
|
|
||||||
os.remove(os.path.join(path, file))
|
|
||||||
print("Waiting for 10 minutes ...")
|
print("Waiting for 10 minutes ...")
|
||||||
time.sleep(10 * 60)
|
time.sleep(10 * 60)
|
||||||
download(path, file)
|
download(path, file)
|
||||||
|
Loading…
Reference in New Issue
Block a user