You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "scrape.py", line 96, in
run(start_year=start, years_ago=count)
File "scrape.py", line 77, in run
finished = parse_and_extract(url, name=start_year)
File "scrape.py", line 56, in parse_and_extract
table_data_dicts.append(row_dict_data)
NameError: name 'table_data_dicts' is not defined
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "scrape.py", line 96, in
run(start_year=start, years_ago=count)
File "scrape.py", line 77, in run
finished = parse_and_extract(url, name=start_year)
File "scrape.py", line 56, in parse_and_extract
table_data_dicts.append(row_dict_data)
NameError: name 'table_data_dicts' is not defined
The text was updated successfully, but these errors were encountered: