Visual Todo App is a unique task management application that allows users to mark tasks as complete by uploading images of the finished project instead of simply checking a box. This app provides a more engaging and visual way to track your progress and celebrate your accomplishments.
there is an error happening in the back-end code but it doesnt break anything.
the error:
^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/alireza/__projects__/todo-list/back-end/API/api.py", line 276, in all_todos items = DataBase.cursor.fetchall() ^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.ProgrammingError: Recursive use of cursors not allowed.
there is an error happening in the back-end code but it doesnt break anything. the error:
^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/alireza/__projects__/todo-list/back-end/API/api.py", line 276, in all_todos items = DataBase.cursor.fetchall() ^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.ProgrammingError: Recursive use of cursors not allowed.