Doofenshmirtz-Evil-Incorp / Doofenshmirtz-Evil-Incorp/FuelishPy
AttributeError: 'NoneType' object has no attribute 'find_all'
Open
bug
good first issue
hacktoberfest
help wanted
- Dominant language
- Python
- Stars
- 13
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
When running fuelish.py, the script fails at line 57 because results1 is None, and .find_all("td") is called on it. The .find() call that sets results1 isn't matching anything in the HTML so possible that need to go through the structure of the main url and see if there is a change of classes of content that is being parsed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.