Skip to content

Commit

Permalink
fix超时
Browse files Browse the repository at this point in the history
  • Loading branch information
liufufa committed Mar 24, 2023
1 parent c116f44 commit 3219b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def wechat():
xml = xmltodict.unparse({'xml':resp})
return xml
else:
sendMessageToBot('', userName, botName)
answer = bot_list[userName].ask(msg)
# a_list.get(userName).append(answer)
# q_list.get(userName).append(msg)
Expand Down

0 comments on commit 3219b94

Please sign in to comment.