Closed xmedr closed 8 months ago
This prevents a TypeError that occurs when iterating through a page with no tables.
I realized this solution was the same as #18, just without the extra table settings to join separated tables. So I borrowed the list comprehension from that.
Overview
This prevents a TypeError that occurs when iterating through a page with no tables.
I realized this solution was the same as #18, just without the extra table settings to join separated tables. So I borrowed the list comprehension from that.