main
Jan Beníček 2024-06-20 16:32:10 +02:00
parent f99bd0044f
commit 6a3cd9a52d
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ def create_dirs_and_download(backup_url: str, date: datetime.datetime, base_path
print(save_path)
download_backup(backup_url=backup_url, backup_path=save_path)
download_backup(backup_url=backup_url, file_path=save_path)
return f"{year}/{month}/{year}_{month}_{day}.tar.gz"