We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074ea51 commit 83e3429Copy full SHA for 83e3429
eastmoney/eastmoney.py
@@ -14,7 +14,7 @@
14
15
16
def run_detail2(code,name,url):
17
- soup=getstart.geturl_utf8(url)
+ soup=geturl.geturl_utf8(url)
18
tags=soup.find_all(class_='ui-font-middle ui-color-red ui-num')
19
m1=tags[3].string
20
y1=tags[4].string
0 commit comments