Skip to content

Commit

Permalink
去除从网络加载头像,补充致谢信息
Browse files Browse the repository at this point in the history
  • Loading branch information
LC044 committed Dec 4, 2023
1 parent db417dc commit 1708a46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/DataBase/msg.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

from app.log import logger

DB = None
cursor = None
db_path = "./app/Database/Msg/MSG.db"
lock = threading.Lock()

Expand Down
1 change: 1 addition & 0 deletions app/components/CAvatar.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def setUrl(self, url):
"""设置url,可以是本地路径,也可以是网络地址
:param url:
"""
return
self.url = url
self._get(url)

Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

---
Expand Down

0 comments on commit 1708a46

Please sign in to comment.