From 9cc3e88c16c6cc966e8e20eb98e91940fa49f635 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sat, 28 Feb 2026 01:10:28 -0500 Subject: [PATCH] [FIX] todo database open dialog correction --- script/todo/todo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/todo/todo.py b/script/todo/todo.py index 7f3ffce..e634b5f 100755 --- a/script/todo/todo.py +++ b/script/todo/todo.py @@ -1041,7 +1041,7 @@ class TODO: if status == "1": file_name = status else: - file_name = self.open_file_image_db + file_name = self.open_file_image_db() database_name = input("💬 Database name : ") if not database_name: