-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
No result pages like https://www.amazon.com/s?k=9781943957132, in the searchresults.py that result in an error can be avoided by changing
if data:
to
if data['products']:
Metadata
Metadata
Assignees
Labels
No labels