-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Milestone
Description
Originally reported by Anonymous
because i am getting below issue while using in locale
In [4]: api = API(locale='in')
---------------------------------------------------------------------------
UnknownLocale Traceback (most recent call last)
<ipython-input-4-02f224675a03> in <module>()
----> 1 api = API(locale='in')
/usr/local/lib/python2.7/site-packages/amazonproduct/api.pyc in __init__(self, access_key_id, secret_access_key, locale, associate_tag, processor, cfg)
153 self.host = HOSTS[self.locale]
154 except KeyError:
--> 155 raise UnknownLocale(locale)
156
157 # GAE does not allow timeouts to be specified manually
UnknownLocale: in```
----------------------------------------
- Bitbucket: https://bitbucket.org/basti/python-amazon-product-api/issue/58