mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 03:22:17 +08:00
add calendar_chart in analysis
This commit is contained in:
parent
3a3baa5f8c
commit
87f8646181
@ -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_])
|
||||
|
Loading…
Reference in New Issue
Block a user