Removed the hardcoded API key (>_>)

This commit is contained in:
Luke Rogers 2011-11-22 03:31:29 +13:00
parent 29ee3d64fd
commit fee91a15f2

View file

@ -1,6 +1,6 @@
"""
TV information, written by Lurchington 2010
modified by rmmh 2010
modified by rmmh 2010 && lukeroge 2011
"""
import datetime
@ -13,7 +13,6 @@ from util import hook, http
base_url = "http://thetvdb.com/api/"
api_key = "F021D0F747892137"
def get_zipped_xml(*args, **kwargs):