dev #10

Merged
e.vlasov merged 2 commits from dev into master 2025-07-02 11:16:03 +03:00
Showing only changes of commit 9840d3aadf - Show all commits

View File

@@ -44,6 +44,7 @@ class Database:
try:
self.cursor.execute(
"""INSERT INTO activity(
id,
description,
time_spent,
date_start,
@@ -56,6 +57,7 @@ class Database:
author_id
) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?)""",
(
act.id,
act.description,
act.time_spent,
act.date_start,