Closed lijhong closed 7 years ago
when I follow the demo to use omdbapi ,but I get a error like this:
NameError Traceback (most recent call last)
You need to specify the value of API_KEY using your OMDb API Key.
API_KEY
when I follow the demo to use omdbapi ,but I get a error like this:
In [17]: from omdb import Client ...: In [18]: client = Client(apikey=API_KEY)
NameError Traceback (most recent call last)