From b0f7274fae11b5ff2f9334c241368a261c82a3c9 Mon Sep 17 00:00:00 2001 From: SiHuan <49349784+Si-Huan@users.noreply.github.com> Date: Thu, 25 Jun 2020 19:15:16 +0800 Subject: [PATCH] Update pixiv.py --- worker/pixiv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/pixiv.py b/worker/pixiv.py index e76b0c8..8ddfdfd 100644 --- a/worker/pixiv.py +++ b/worker/pixiv.py @@ -4,7 +4,7 @@ import requests from config import LOLIKEY class Ans(StdAns): - AllowGroup = [805197917,959613860,343700338,125733077,1084566280,920863253,798595664,655057127,196268763] + AllowGroup = [805197917,959613860,343700338,125733077,1084566280,920863253,798595664,655057127,196268763, 204097403] def GETMSG(self): url = 'https://api.lolicon.app/setu/' params = { @@ -32,4 +32,4 @@ class Ans(StdAns): except Exception as e: print(e) msg = '咱没查到,也有可能是Pixiv坏掉了' - return msg \ No newline at end of file + return msg