Skip to content

Commit

Permalink
Merge pull request #12 from oshribr/master
Browse files Browse the repository at this point in the history
Fixed apikey issue, and total seasons
  • Loading branch information
dgilland committed Jul 4, 2017
2 parents a6e404f + 165d605 commit f3ef7cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omdb/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ class Client(object):
'Episode': 'episode',
'plot': 'plot',
'type': 'type',
'tomatoes': 'tomatoes'
'tomatoes': 'tomatoes',
'apikey': 'apikey'
}

def __init__(self, **defaults):
Expand Down
1 change: 1 addition & 0 deletions omdb/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class Item(Storage):
'Runtime',
'Season',
'seriesID',
'totalSeasons',
'Title',
'Type',
'Website',
Expand Down

0 comments on commit f3ef7cd

Please sign in to comment.