diff --git a/lib/pytvmaze/tvmaze.py b/lib/pytvmaze/tvmaze.py index 23931de5..1dd7a966 100644 --- a/lib/pytvmaze/tvmaze.py +++ b/lib/pytvmaze/tvmaze.py @@ -623,7 +623,7 @@ class NetworkBase(object): def _get_coutnry(self): c = '' if self.country: - c = ' (%s)' % self.country.name + c = ' (%s)' % self.country return c def __unicode__(self):