From c4472125626df7c407944ee896a295733676ef0c Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Sat, 5 Jul 2014 14:47:15 +0200 Subject: [PATCH] Forgot to remove parenthesis --- headphones/searcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index 1d5d467b..95cdc11b 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -1087,7 +1087,7 @@ def searchTorrent(album, new=False, losslessOnly=False): # Process feed if data: if not len(data.entries): - logger.info(u"No results found from %s for %s", provider, term)) + logger.info(u"No results found from %s for %s", provider, term) else: for item in data.entries: try: @@ -1507,4 +1507,4 @@ def CalculateTorrentHash(link, data): logger.debug('Torrent Hash: ' + str(tor_hash)) - return tor_hash \ No newline at end of file + return tor_hash