diff options
author | Yiwen-Chan <[email protected]> | 2020-08-29 10:49:10 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-29 10:49:10 +0800 |
commit | 9dbe983c0332c0b56805fb2ce15c8db238afeb11 (patch) | |
tree | a00c3e0803295c3cc1a388518f8ed92bf707e122 /ATRI/plugins | |
parent | 9aa53eabbd977ebe2ed737554f19137b37295238 (diff) | |
download | ATRI-9dbe983c0332c0b56805fb2ce15c8db238afeb11.tar.gz ATRI-9dbe983c0332c0b56805fb2ce15c8db238afeb11.tar.bz2 ATRI-9dbe983c0332c0b56805fb2ce15c8db238afeb11.zip |
add SauceNAO
Diffstat (limited to 'ATRI/plugins')
-rw-r--r-- | ATRI/plugins/switch.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |