mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 03:22:17 +08:00
reverse
This commit is contained in:
parent
f6ccf45ff0
commit
826301855a
@ -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_:
|
||||
|
Loading…
Reference in New Issue
Block a user