Private GIT

Skip to content
Snippets Groups Projects
Commit 281a8eee authored by miigotu's avatar miigotu
Browse files

Merge pull request #2346 from SiCKRAGETV/init-subtitles-finder

Initialize amActive for SubtitlesFinder
parents dabe5608 f4a02966
Branches
Tags
No related merge requests found
......@@ -123,6 +123,8 @@ class SubtitlesFinder():
The SubtitlesFinder will be executed every hour but will not necessarly search
and download subtitles. Only if the defined rule is true
"""
def __init__(self):
self.amActive = False
def run(self, force=False):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment