Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LC044 committed Feb 27, 2024
1 parent 1900074 commit 49dd81a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/log/exception_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def parser_exc(self):
elif isinstance(self.exc_value, TypeError) and 'NoneType' in str(self.exc_value) and 'not iterable' in str(
self.exc_value):
return '数据库错误,请删除app文件夹后重启电脑再运行软件'
elif isinstance(self.exc_value,KeyboardInterrupt):
return ''
else:
return '未知错误类型,可参考 https://blog.lc044.love/post/7 解决该问题\n温馨提示:重启电脑可解决80%的问题'

Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
- [STDquantum](https://github.com/STDquantum)
- [xuanli](https://github.com/xuanli)
- [无名路人](https://github.com/wumingluren)
- [时鹏亮](https://shipengliang.com)

如果您提供赞助并希望出现在赞助者名单中,请在提交赞助时提供您的 GitHub 用户名或其他相关信息。

Expand Down

0 comments on commit 49dd81a

Please sign in to comment.