mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-04-02 10:05:58 +08:00
Bare `except:` catches BaseException including KeyboardInterrupt and SystemExit. Replaced 29 instances with `except Exception:`.
20 KiB
20 KiB