mirror of
https://github.com/wtc86939209/WeChatMsg110.git
synced 2026-05-18 02:00:59 +08:00
update version
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user