update ai.txt

This commit is contained in:
bridge
2025-11-22 01:41:34 +08:00
parent fb4d70a8ee
commit 077cb5978f
3 changed files with 4 additions and 5 deletions

View File

@@ -77,6 +77,7 @@ def serialize_events_for_client(events: List[Event]) -> List[dict]:
year = None
try:
month_obj = month_stamp.get_month()
month = month_obj.value
except Exception:
month = None