1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

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 bs4 import BeautifulSoup
from lib.unidecode import unidecode
from sickbeard.helpers import sanitizeSceneName
class TorrentLeechProvider(generic.TorrentProvider):