30-Days-of-Python
30-Days-of-Python copied to clipboard
name 'table_data_dicts' is not defined
Traceback (most recent call last):
File "scrape.py", line 96, in
To remove this error you should have to define the empty dictionary as follows- table_data_dicts = { }