mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-06 08:17:36 +08:00
Bare `except:` catches BaseException including KeyboardInterrupt and SystemExit. Replaced 29 instances with `except Exception:`.
Bare `except:` catches BaseException including KeyboardInterrupt and SystemExit. Replaced 29 instances with `except Exception:`.