Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhanyu committed Mar 5, 2023
1 parent 2035daf commit fe7fa09
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 @@ -52,6 +52,7 @@ def wechat():
print('测试是否try的问题')
try:
req = xmltodict.parse(xml)['xml'] # 云端调试空内容报错解决:no element found
print('try:',req)
except:
return 'no element', 200

Expand Down

0 comments on commit fe7fa09

Please sign in to comment.