mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 03:14:40 +08:00
update readme
This commit is contained in:
parent
190007483a
commit
49dd81a7d3
@ -24,6 +24,8 @@ class ExceptionHanding:
|
|||||||
elif isinstance(self.exc_value, TypeError) and 'NoneType' in str(self.exc_value) and 'not iterable' in str(
|
elif isinstance(self.exc_value, TypeError) and 'NoneType' in str(self.exc_value) and 'not iterable' in str(
|
||||||
self.exc_value):
|
self.exc_value):
|
||||||
return '数据库错误,请删除app文件夹后重启电脑再运行软件'
|
return '数据库错误,请删除app文件夹后重启电脑再运行软件'
|
||||||
|
elif isinstance(self.exc_value,KeyboardInterrupt):
|
||||||
|
return ''
|
||||||
else:
|
else:
|
||||||
return '未知错误类型,可参考 https://blog.lc044.love/post/7 解决该问题\n温馨提示:重启电脑可解决80%的问题'
|
return '未知错误类型,可参考 https://blog.lc044.love/post/7 解决该问题\n温馨提示:重启电脑可解决80%的问题'
|
||||||
|
|
||||||
|
@ -173,6 +173,7 @@
|
|||||||
- [STDquantum](https://github.com/STDquantum)
|
- [STDquantum](https://github.com/STDquantum)
|
||||||
- [xuanli](https://github.com/xuanli)
|
- [xuanli](https://github.com/xuanli)
|
||||||
- [无名路人](https://github.com/wumingluren)
|
- [无名路人](https://github.com/wumingluren)
|
||||||
|
- [时鹏亮](https://shipengliang.com)
|
||||||
|
|
||||||
如果您提供赞助并希望出现在赞助者名单中,请在提交赞助时提供您的 GitHub 用户名或其他相关信息。
|
如果您提供赞助并希望出现在赞助者名单中,请在提交赞助时提供您的 GitHub 用户名或其他相关信息。
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user