fix cache file
This commit is contained in:
parent
44652fd7f4
commit
37cb1d9423
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue