diff --git a/mythtv/bindings/python/ttvdbv4/myth4ttvdbv4.py b/mythtv/bindings/python/ttvdbv4/myth4ttvdbv4.py index a6689feb749..afa8af6ddd5 100644 --- a/mythtv/bindings/python/ttvdbv4/myth4ttvdbv4.py +++ b/mythtv/bindings/python/ttvdbv4/myth4ttvdbv4.py @@ -207,8 +207,7 @@ def __init__(self, **kwargs): self.session.headers.update({'Accept': 'application/json', 'Accept-Language': self.language, - ### XXX ToDo define User Agent - # 'User-Agent': 'mythtv ttvdb4 grabber %s' % __version__, + 'User-Agent': 'mythtv.org ttvdb v.4 grabber', 'Authorization': "%s" % (token) }) # set the session for the tvbd4 api, enable json debug logs