修复无聊天数据年度分析报告报错问题#72
This commit is contained in:
@@ -43,7 +43,7 @@ def index0():
|
||||
def home():
|
||||
try:
|
||||
first_message, first_time = msg_db.get_first_time_of_message(contact.wxid)
|
||||
except IndexError:
|
||||
except TypeError:
|
||||
return set_text('咱就是说,一次都没聊过就别分析了')
|
||||
data = {
|
||||
'sub_title': '二零二三年度报告',
|
||||
|
||||
Reference in New Issue
Block a user