update pixiv

This commit is contained in:
SiHuan 2020-03-16 17:18:32 +08:00
parent 94e2a1de9f
commit 04f065beff

View file

@ -5,7 +5,8 @@ def ZZRouter(data):
gid = data['group_id']
role = data['sender']['role']
parms = str.split(data['message'][1:])
if not parms:
print(uid,gid,role,parms)
if parms == []:
parms[0] = 'help'
worker = parms[0]