Archived
1
0
Fork 0

Update __init__.py

This commit is contained in:
yzhh 2022-08-31 23:59:55 +08:00
parent 111928c06f
commit 90660a62f6

View file

@ -1,4 +1,5 @@
import asyncio
import copy
import re
import traceback
import urllib.parse
@ -372,8 +373,8 @@ async def _(msg: MessageSession):
async def _(msg: MessageSession):
Logger.info(msg.trigger_msg)
Logger.info(msg.matched_msg)
match_msg = copy.deepcopy(msg.matched_msg)
async def bgtask():
match_msg = msg.matched_msg
Logger.info(match_msg)
query_list = []
target = WikiTargetInfo(msg)