indent errors on test/search.py

This commit is contained in:
evilhero 2012-09-25 00:16:18 -04:00
parent 9a5e612e42
commit 9165e731fd
1 changed files with 3 additions and 3 deletions

View File

@ -470,9 +470,9 @@ def NZB_SEARCH(ComicName, IssueNumber, ComicYear, SeriesYear, nzbprov, nzbpr):
file.close()
dom = parseString(data)
queue_file = dom.getElementsByTagName('filename')[que].firstChild.wholeText
print (str(queue_file))
print (str(filenzb))
queue_file = queue_file.replace("_", " ")
print (str(queue_file))
print (str(filenzb))
queue_file = queue_file.replace("_", " ")
if str(queue_file) in str(filenzb):
print ("matched")
slotmatch = "yes"