Update pixiv.py

This commit is contained in:
SiHuan 2020-06-25 19:15:16 +08:00 committed by GitHub
parent 5a01f1faf8
commit b0f7274fae

View file

@ -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
return msg