mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-21 01:52:35 +08:00
update version
This commit is contained in:
parent
0b04b8b45e
commit
bf8fe3c60c
@ -1,4 +1,4 @@
|
||||
version = '0.2.7'
|
||||
version = '0.2.8'
|
||||
contact = '474379264'
|
||||
description = [
|
||||
'1. 支持获取个人信息<br>',
|
||||
|
@ -146,7 +146,7 @@ class ShowChatThread(QThread):
|
||||
# heightSingal = pyqtSignal(int)
|
||||
def __init__(self, contact):
|
||||
super().__init__()
|
||||
self.last_message_id = 99999999
|
||||
self.last_message_id = 9999999999
|
||||
self.wxid = contact.wxid
|
||||
|
||||
def run(self) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user