add calendar_chart in analysis

This commit is contained in:
DzhiWang 2023-12-07 17:22:44 +08:00
parent 3a3baa5f8c
commit 87f8646181

View File

@ -177,6 +177,9 @@ class Msg:
where StrTalker = ? and strftime('%Y',CreateTime,'unixepoch','localtime') = ?
group by days
'''
result = None
if not self.open_flag:
return None
try:
lock.acquire(True)
self.cursor.execute(sql, [username_, year_])