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
It gives an error on line 240, icon = (soup.select_one('.dQrBL img.ujDFqe')
On replacing it with : icon = (soup.select_one ('. XSyT2c img.T75of')` as suggested in Issue 42, the error was still not resolved.
Kindly suggest on what should be done to resolve this issue.
The text was updated successfully, but these errors were encountered:
It gives an error on line 240,
icon = (soup.select_one('.dQrBL img.ujDFqe')
On replacing it with :
icon = (soup.select_one ('. XSyT2c
img.T75of')` as suggested in Issue 42, the error was still not resolved.Kindly suggest on what should be done to resolve this issue.
The text was updated successfully, but these errors were encountered: