Injecting configuration and compiling...
Injecting scraper and running...
Traceback (most recent call last):
File "scraper.py", line 102, in <module>
links = soup.find('table', attrs = {'class': 'sticky-enabled'}).find_all('a')
AttributeError: 'NoneType' object has no attribute 'find_all'