def showResult(*args, **kwargs):
	if config.plugins.seriesplugin.enabled.value:
		from SeriesPluginBare import bareShowResult
		bareShowResult()
示例#2
0
def showResult(*args, **kwargs):
	if config.plugins.seriesplugin.enabled.value:
		from SeriesPluginBare import bareShowResult
		bareShowResult()