fix cache file

This commit is contained in:
Antonio J. Delgado 2025-03-27 07:30:12 +02:00
parent 44652fd7f4
commit 37cb1d9423

View file

@ -384,7 +384,7 @@ class BackupImap:
@click.option(
'--cache-file',
'-f',
default=f"{CACHE_FOLDER}/__project_code_name__.json",
default=f"{CACHE_FOLDER}/backup_imap.json",
help='Cache file to store data from each run',
)
@click.option(