去除从网络加载头像,补充致谢信息

This commit is contained in:
shuaikangzhou 2023-12-04 19:17:24 +08:00
parent db417dc48f
commit 1708a4649a
3 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,6 @@ from pprint import pprint
from app.log import logger
DB = None
cursor = None
db_path = "./app/Database/Msg/MSG.db"
lock = threading.Lock()

View File

@ -188,6 +188,7 @@ class CAvatar(QWidget):
"""设置url,可以是本地路径,也可以是网络地址
:param url:
"""
return
self.url = url
self._get(url)

View File

@ -288,6 +288,7 @@ python main.py
# 🏆致谢
* PC微信解密工具:[https://github.com/xaoyaoo/PyWxDump](https://github.com/xaoyaoo/PyWxDump)
* PyQt组件库[https://github.com/PyQt5/CustomWidgets](https://github.com/PyQt5/CustomWidgets)
* 我的得力助手:[ChatGPT](https://chat.openai.com/)
---