cron fixes

This commit is contained in:
Zsolt Ero
2024-01-03 20:07:22 +01:00
parent b6b8e6ac84
commit 3654d523d2
5 changed files with 47 additions and 34 deletions

View File

@@ -39,7 +39,7 @@ def get_remote_file_size(url: str) -> int | None:
def download_file_aria2(url: str, local_file: Path):
print(f'Downloading: {url} into {local_file}')
print(f' downloading: {url} into {local_file}')
subprocess.run(
[