Archived
1
0
Fork 0

Update __init__.py

This commit is contained in:
yzhh 2020-08-01 11:33:19 +08:00
parent f98b3b5131
commit 182ffd9006

View file

@ -56,7 +56,7 @@ async def wikim(str1):
else:
try:
metaurl = 'https://minecraft.gamepedia.com'
return (await Wiki(metaurl, q.group(1)))
return (await Wiki(metaurl, d.group(1)))
except Exception as e:
traceback.print_exc()
return ('发生错误:' + str(e))