AI4Finance-Foundation / AI4Finance-Foundation/FinNLP
china_free proxy xpath bug
Ouverte
bug
- Langage dominant
- Jupyter Notebook
- Étoiles
- 1.5k
- Forks
- 276
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
trs = res.xpath("/html/body/div[1]/div[4]/div[2]/div[2]/div[2]/table/tbody/tr")
this xpath will get an empty list.
change to trs = res.xpath('//table/tbody/tr')
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.