Thousandaire / thousandaire

Hellow python! Hellow rich world!
MIT License
1 stars 3 forks source link

Fix bug on crawler currency_price_tw.py #33

Closed ioumu8 closed 3 years ago

ioumu8 commented 3 years ago

Misparsing the html code that make unexpected suspension.

b821213 commented 3 years ago

Fix bug on crawler currency_price_tw.py -> Fix a bug in currency_price_tw crawler. Misparsing the html code that make unexpected suspension. -> There may be missed data and they will lead to parsing errors. This patch fixes the bug by adding a is_float check.