haosenwang1018
|
adca89b973
|
fix: replace bare except clauses with except Exception
Bare `except:` catches BaseException including KeyboardInterrupt and
SystemExit. Replaced 29 instances with `except Exception:`.
|
2026-02-25 11:49:19 +00:00 |
|
lanvent
|
4f1ed197ce
|
fix: compatible with python 3.7
|
2023-05-07 23:36:35 +08:00 |
|
lanvent
|
be258e5b05
|
fix: add more log in itchat
|
2023-04-27 11:23:28 +08:00 |
|
lanvent
|
008178d737
|
fix(login.py): add error message when retry count is exceeded
|
2023-04-27 11:03:08 +08:00 |
|
lanvent
|
527d5e1dbc
|
fix(itchat): add error log when hot reload fails and log out before logging in normally
|
2023-04-27 02:46:53 +08:00 |
|
lanvent
|
9b47e2d6f9
|
fix: output itchat error msg rightly
|
2023-04-26 22:54:53 +08:00 |
|
lanvent
|
279f0f0234
|
fix: incomplete qr code for railway
|
2023-03-28 01:13:29 +08:00 |
|
lanvent
|
b3cabd9621
|
fix: restore the original sleep time in itchat
|
2023-03-26 15:12:27 +08:00 |
|
lanvent
|
92caeed7ab
|
feat: intergrate itchat to lib
|
2023-03-26 13:35:46 +08:00 |
|