FIX
This commit is contained in:
parent
0c3fedeb79
commit
dd08281c6f
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ class TodoUpgrade:
|
|||
file_browser.run_main_frame()
|
||||
elif self.file_path == "remote":
|
||||
status, self.file_path, default_database_name = (
|
||||
self.todo.download_database_backup_cli()
|
||||
self.todo.db_manager.download_database_backup_cli()
|
||||
)
|
||||
if status:
|
||||
_logger.error(
|
||||
|
|
|
|||
Loading…
Reference in a new issue