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