改多了

This commit is contained in:
STDquantum 2024-01-05 22:14:41 +08:00
parent 013d7e6179
commit 08c4d595ec

View File

@ -272,7 +272,7 @@ class Msg:
else:
contacts[i].append(0)
contacts.sort(key=lambda cur_contact: cur_contact[-1], reverse=True)
return contacts[:40]
return contacts
def get_messages_by_days(self, username_, is_Annual_report_=False, year_='2023'):
if is_Annual_report_: