Give moviesearcher a unique name

This commit is contained in:
Ruud
2013-08-15 23:46:55 +02:00
parent 78ab419cd8
commit f4d792079b
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
from .main import Searcher
from .main import MovieSearcher
import random
def start():
return Searcher()
return MovieSearcher()
config = [{
'name': 'searcher',

View File

@@ -19,7 +19,7 @@ import traceback
log = CPLog(__name__)
class Searcher(Plugin):
class MovieSearcher(Plugin):
in_progress = False