Browse Source

get apikey from config

pull/2139/head
Jason Mehring 12 years ago
parent
commit
6f895c1805
  1. 3
      couchpotato/core/providers/show/thetvdb/main.py

3
couchpotato/core/providers/show/thetvdb/main.py

@ -26,9 +26,8 @@ class TheTVDb(ShowProvider):
addEvent('episode.info', self.getEpisodeInfo, priority = 1)
#addEvent('show.info_by_thetvdb', self.getInfoByTheTVDBId)
# XXX: Load from somewhere else
tvdb_api_parms = {
'apikey':"7966C02F860586D2",
'apikey' : self.conf('api_key'),
'banners' : True
}

Loading…
Cancel
Save