(*args)
| 294 | |
| 295 | |
| 296 | def sigdebug_handler(*args): |
| 297 | conf = config.getInstance() |
| 298 | conf.set_override(f"debug_mode:switch={int(not conf.debug())}") |
| 299 | print(f"[!]Debug {('oFF', 'On')[int(conf.debug())]}") |
| 300 | |
| 301 | |
| 302 | # 新增失败文件列表跳过处理,及.nfo修改天数跳过处理,提示跳过视频总数,调试模式(-g)下详细被跳过文件,跳过小广告 |
nothing calls this directly
no test coverage detected