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
That was the result:
File "scrape.py", line 42, in
go()
File "scrape.py", line 38, in go
dic["Total"] = total.contents[2].contents[0]
AttributeError: 'NoneType' object has no attribute 'contents'
The text was updated successfully, but these errors were encountered:
I wrote in bash:
python scrape.py "java" it
That was the result:
File "scrape.py", line 42, in
go()
File "scrape.py", line 38, in go
dic["Total"] = total.contents[2].contents[0]
AttributeError: 'NoneType' object has no attribute 'contents'
The text was updated successfully, but these errors were encountered: