Skip to content

Commit 83e3429

Browse files
author
caocheng
committed
update code
1 parent 074ea51 commit 83e3429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eastmoney/eastmoney.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
def run_detail2(code,name,url):
17-
soup=getstart.geturl_utf8(url)
17+
soup=geturl.geturl_utf8(url)
1818
tags=soup.find_all(class_='ui-font-middle ui-color-red ui-num')
1919
m1=tags[3].string
2020
y1=tags[4].string

0 commit comments

Comments
 (0)