mdminhazulhaque/html-table-to-json

In line 14 of tabletojson.py, thead.find_all is used which is giving an error- "AttributeError: ResultSet object has no attribute 'find_all'. You're probably treating a list of elements like a single element. Did you call find_all() when you meant to call find()?".

skyash-dev opened this issue · 1 comments

I have the solution for this issue, there must be "soup" in place of "thead".

I have solved this issue and created a pull request "Solution to issue #2", accept it.