MCPcopy
hub / github.com/mvdctop/Movie_Data_Capture / sigdebug_handler

Function sigdebug_handler

Movie_Data_Capture.py:296–299  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

294
295
296def 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)下详细被跳过文件,跳过小广告

Callers

nothing calls this directly

Calls 2

set_overrideMethod · 0.80
debugMethod · 0.45

Tested by

no test coverage detected