From 9dbe983c0332c0b56805fb2ce15c8db238afeb11 Mon Sep 17 00:00:00 2001 From: Yiwen-Chan Date: Sat, 29 Aug 2020 10:49:10 +0800 Subject: add SauceNAO --- ATRI/plugins/switch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ATRI/plugins') diff --git a/ATRI/plugins/switch.py b/ATRI/plugins/switch.py index 47e6067..71b7f62 100644 --- a/ATRI/plugins/switch.py +++ b/ATRI/plugins/switch.py @@ -88,7 +88,7 @@ async def _(session: CommandSession): data["chouYou"] = "off" elif com == 'SauceNAO': - data["saucenao_search"] = "on" + data["saucenao_search"] = "off" else: pass -- cgit v1.2.3