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.
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.