This commit is contained in:
STDquantum 2024-01-06 13:32:16 +08:00
parent f6ccf45ff0
commit 826301855a
No known key found for this signature in database
GPG Key ID: 4F49272C35FBF52C

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[:20]
return contacts
def get_messages_by_days(self, username_, is_Annual_report_=False, year_='2023'):
if is_Annual_report_: