mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Fix for exception error in TorrentLeech
This commit is contained in:
parent
56a0a04a2c
commit
2a5cd9b02e
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user