From 7084d998fe6b8c3d8232d95b9e1d3867c374dd0b Mon Sep 17 00:00:00 2001 From: Remy Date: Sat, 6 Aug 2011 11:18:31 -0700 Subject: [PATCH] Fixed indentation in searcher --- headphones/searcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index 91184bfd..aa890e9d 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -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).")