From 502ed742957e7fb149d814f3362d15b6249af6a2 Mon Sep 17 00:00:00 2001 From: evilhero Date: Mon, 24 Sep 2012 22:06:27 -0400 Subject: [PATCH] fix for test --- test/search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/search.py b/test/search.py index 028e1155..0e7a1eb4 100644 --- a/test/search.py +++ b/test/search.py @@ -405,9 +405,9 @@ def NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, nzbprov, nzbpr): print ("savefile set to: " + str(savefile)) urllib.urlretrieve(linkapi, str(savefile)) #print (str(mylar.RENAME_FILES)) - print ("sucessfully retrieve nzb to : " + str(savefile)) + print ("sucessfully retrieve nzb to : " + str(savefile)) #check sab for current pause status - print ("sab host set to :" + mylar.SAB_HOST) + print ("sab host set to :" + str(mylar.SAB_HOST)) sabqstatusapi = str(mylar.SAB_HOST) + "/api?mode=qstatus&output=xml&apikey=" + str(mylar.SAB_APIKEY) from xml.dom.minidom import parseString import urllib2