Починил ошибку сохранения в бд без id

This commit is contained in:
2025-07-02 09:58:40 +03:00
parent 9840d3aadf
commit a3fd037008

View File

@@ -55,7 +55,7 @@ class Database:
task_id, task_id,
project_id, project_id,
author_id author_id
) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?)""", ) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)""",
( (
act.id, act.id,
act.description, act.description,