Private GIT

Skip to content
Snippets Groups Projects
Commit 7bf219b9 authored by Fernando's avatar Fernando
Browse files

Add missing self.public to binsearch

parent 1cebe95e
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ class BinSearchProvider(generic.NZBProvider):
def __init__(self):
generic.NZBProvider.__init__(self, "BinSearch")
self.enabled = False
self.public = True
self.cache = BinSearchCache(self)
self.urls = {'base_url': 'https://www.binsearch.info/'}
self.url = self.urls['base_url']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment