Fixed indentation in searcher

This commit is contained in:
Remy
2011-08-06 11:18:31 -07:00
parent af39e2546c
commit 7084d998fe

View File

@@ -469,7 +469,7 @@ def searchNZB(albumid=None, new=False):
def verifyresult(title, term):
title = re.sub('[\.\-\/]', ' ', title)
title = re.sub('[\.\-\/]', ' ', title)
if not re.search('^' + re.escape(term), re.subtitle, re.IGNORECASE):
logger.info("Removed from results: " + title + " (artist not at string start).")