From 5ae07c01e72486177aa99b2d6f3edbd4417ac2c2 Mon Sep 17 00:00:00 2001 From: Shane Frischkorn Date: Tue, 23 Jul 2013 23:07:41 +1000 Subject: [PATCH] Removed debugging lines --- libsickbeard.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libsickbeard.py b/libsickbeard.py index 96d0142..3ef2ad1 100644 --- a/libsickbeard.py +++ b/libsickbeard.py @@ -67,8 +67,7 @@ class Sickbeard: jsonurl = urlopen("{0}?cmd=show.seasons&tvdbid={1}".format( self.__getapiurl(), showid)) - print jsonurl.__class__ - print jsonurl.__class__.__name__ + result = json.loads(jsonurl.read()) for season in result['data']: