mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 11:42:20 +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') = ?
|
where StrTalker = ? and strftime('%Y',CreateTime,'unixepoch','localtime') = ?
|
||||||
group by days
|
group by days
|
||||||
'''
|
'''
|
||||||
|
result = None
|
||||||
|
if not self.open_flag:
|
||||||
|
return None
|
||||||
try:
|
try:
|
||||||
lock.acquire(True)
|
lock.acquire(True)
|
||||||
self.cursor.execute(sql, [username_, year_])
|
self.cursor.execute(sql, [username_, year_])
|
||||||
|
Loading…
Reference in New Issue
Block a user