__main__.py 文件源码

python
阅读 31 收藏 0 点赞 0 评论 0

项目:fatego-auto 作者: lishunan246 项目源码 文件源码
def my_exception_hook(exception_type, value, traceback):
    # Print the error and traceback
    print(exception_type, value, traceback)
    # Call the normal Exception hook after
    sys._excepthook(exception_type, value, traceback)
    sys.exit(1)
评论列表


问题


面经


文章

微信
公众号

扫码关注公众号