File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ class ItemsNotFoudException(AmazonException):
3333 pass
3434
3535class TooManyRequestsException (AmazonException ):
36- """Raised if too many requests are made """
36+ """Raised when requests limit is reached """
3737 pass
3838
3939class InvalidPartnerTagException (AmazonException ):
4040 """Raised if the partner tag is not present or invalid"""
4141 pass
4242
4343class AssociateValidationException (AmazonException ):
44- """Raised when credentials are not valid for the selected country. """
44+ """Raised when credentials are not valid for the selected country"""
4545 pass
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ def get_asin(text: str) -> str:
1515 if asin :
1616 return asin .group (2 )
1717 else :
18- raise AsinNotFoundException ('Asin not found found' )
18+ raise AsinNotFoundException ('Asin not found: ' + text )
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = 'python-amazon-paapi' ,
8- version = '4.1.0 ' ,
8+ version = '4.1.1 ' ,
99 author = 'Sergio Abad' ,
10101111 description = 'Amazon Product Advertising API 5.0 wrapper for Python' ,
You can’t perform that action at this time.
0 commit comments