From caa17d3f8210dd201d7a2216a8dda13c2bdaf8ff Mon Sep 17 00:00:00 2001 From: rams3350 <88932676+rams3350@users.noreply.github.com> Date: Wed, 2 Aug 2023 23:42:01 +0530 Subject: [PATCH] Update eastmoney.py --- eastmoney/eastmoney.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eastmoney/eastmoney.py b/eastmoney/eastmoney.py index 4da2cc9..7167352 100644 --- a/eastmoney/eastmoney.py +++ b/eastmoney/eastmoney.py @@ -44,6 +44,7 @@ def run_detail1(code,name,url): col2.insert(detail) except: run_detail2(code,name,url) + run_detail2(code,name,url) soup=getstart.geturl_gbk(url)