OreosLab / checkinpanel

Global variable is declared but not used PYL-W0602
Bug risk
Major
a year ago2 years 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