Removed debugging lines
This commit is contained in:
parent
5aa5da1a92
commit
5ae07c01e7
1 changed files with 1 additions and 2 deletions
|
|
@ -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']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue