Update pixiv.py
This commit is contained in:
parent
5a01f1faf8
commit
b0f7274fae
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue