Last analyzed 911402e 3 months ago
Default analysis branch is
Currently analyzing run
Global variable is declared but not used PYL-W0602
Bug risk
5 months ago6 months old
Using global for 'default_hook' but no assignment is done
592            f"推送返回值非 json 格式,请检查网址和账号是否填写正确。信息:{str(args.exc_type)}, {args.thread.name}"
593        )
594    else:
595        global default_hook596        default_hook(args)
597
598