Private GIT

Skip to content
Snippets Groups Projects
Commit f4a02966 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Initialize amActive for SubtitlesFinder

parent 8e3a4136
No related branches found
No related tags found
No related merge requests found
...@@ -123,6 +123,8 @@ class SubtitlesFinder(): ...@@ -123,6 +123,8 @@ class SubtitlesFinder():
The SubtitlesFinder will be executed every hour but will not necessarly search The SubtitlesFinder will be executed every hour but will not necessarly search
and download subtitles. Only if the defined rule is true and download subtitles. Only if the defined rule is true
""" """
def __init__(self):
self.amActive = False
def run(self, force=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