mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-18 16:53:38 +00:00
fix bug in pytvmaze NetworkBase
This commit is contained in:
parent
b95da07dc9
commit
150a7c9919
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ class NetworkBase(object):
|
||||||
def _get_coutnry(self):
|
def _get_coutnry(self):
|
||||||
c = ''
|
c = ''
|
||||||
if self.country:
|
if self.country:
|
||||||
c = ' (%s)' % self.country.name
|
c = ' (%s)' % self.country
|
||||||
return c
|
return c
|
||||||
|
|
||||||
def __unicode__(self):
|
def __unicode__(self):
|
||||||
|
|
Loading…
Reference in a new issue