Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Update to work with latest TVMaze #304

Open
ukharley opened this issue Nov 25, 2016 · 1 comment
Open

Update to work with latest TVMaze #304

ukharley opened this issue Nov 25, 2016 · 1 comment

Comments

@ukharley
Copy link

at about line 38:

maze_show = None

tvm = pytvmaze.TVMaze()         <-- add this

try: 
                            V-- and change this
    maze_show = tvm.get_show(show_name=showname, show_year=year, show_country=country)
except Exception as e:
    log.debug('tvmaze: exception: {}'.format(e))
@brookesy2
Copy link
Collaborator

@ukharley I added this to the same experimental branch https://github.com/brookesy2/pynab/tree/omdbtmdb

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants