This commit is contained in:
Mathieu Benoit 2026-05-20 02:54:29 -04:00
parent 0c3fedeb79
commit dd08281c6f

View file

@ -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(