mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-11 22:29:36 +01:00
Forgot to remove parenthesis
This commit is contained in:
@@ -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
|
||||
return tor_hash
|
||||
|
||||
Reference in New Issue
Block a user