Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gyqhsq521 authored Jun 18, 2024
1 parent faccb76 commit c6473e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkFault3Receive/getinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_processing_stage(html_str):

for op in option:
try:
col8 = re.findall('[\\u4e00-\\u9fa5]+',op.xpath("./td[8]/div/text()")[0])[0]
col8 = re.findall('[\\u4e00-\\u9fa5]+',op.xpath("./td[9]/div/text()")[0])[0]

except Exception as e:
print(e)
Expand Down

0 comments on commit c6473e1

Please sign in to comment.