OxbridgeEconomics commited on
Commit
9b17ba3
·
unverified ·
1 Parent(s): 108738b

Update eastmoney.py

Browse files
Files changed (1) hide show
  1. source/eastmoney.py +2 -0
source/eastmoney.py CHANGED
@@ -114,6 +114,8 @@ def crawl(delta):
114
  category_url = category_url + "?" + "&".join(f"{key}={value}"
115
  for key, value in params.items())
116
  content = fetch_url(category_url)
 
 
117
  if content:
118
  start_index = content.find("(")
119
  result = content[start_index +
 
114
  category_url = category_url + "?" + "&".join(f"{key}={value}"
115
  for key, value in params.items())
116
  content = fetch_url(category_url)
117
+ print(content)
118
+ print(category_url)
119
  if content:
120
  start_index = content.find("(")
121
  result = content[start_index +