update pixiv

This commit is contained in:
SiHuan 2020-03-17 14:20:21 +08:00
parent 04f065beff
commit 9c3abb4c7e

View file

@ -1,12 +1,14 @@
from zzcore import StdAns
import requests
from config import LOLIKEY
class Ans(StdAns):
AllowGroup = [805197917,959613860]
def GETMSG(self):
url = 'https://api.lolicon.app/setu/'
params = {
'apikey': '095536795e6f0715593173',
'apikey': LOLIKEY,
}
if len(self.parms) < 2: