Dalsi vlna cisteni /remind od Claude

This commit is contained in:
lachtan
2026-06-10 08:48:26 +02:00
parent edf823fc72
commit abdfd8c67d
9 changed files with 237 additions and 184 deletions

View File

@@ -92,7 +92,7 @@ def init_db(path: Path) -> None:
conn.close()
def log_operation(operation: str, reminder_id: int | None, details: str) -> None:
def log_operation(operation: str, reminder_id: int | None, details: str | None) -> None:
"""Append an audit line to workspace/log/reminder.log."""
workspace = Path(__file__).resolve().parent.parent.parent.parent
log_dir = workspace / "log"