Fix for exception error in TorrentLeech

This commit is contained in:
echel0n 2014-04-27 15:20:34 -07:00
parent 56a0a04a2c
commit 2a5cd9b02e

View file

@ -36,6 +36,7 @@ from lib import requests
from lib.requests import exceptions from lib.requests import exceptions
from bs4 import BeautifulSoup from bs4 import BeautifulSoup
from lib.unidecode import unidecode from lib.unidecode import unidecode
from sickbeard.helpers import sanitizeSceneName
class TorrentLeechProvider(generic.TorrentProvider): class TorrentLeechProvider(generic.TorrentProvider):