Remove unused CP automation provider
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
from .main import CP
|
||||
|
||||
|
||||
def start():
|
||||
return CP()
|
||||
|
||||
config = []
|
||||
@@ -1,11 +0,0 @@
|
||||
from couchpotato.core.logger import CPLog
|
||||
from couchpotato.core.providers.automation.base import Automation
|
||||
|
||||
log = CPLog(__name__)
|
||||
|
||||
|
||||
class CP(Automation):
|
||||
|
||||
def getMovies(self):
|
||||
|
||||
return []
|
||||
Reference in New Issue
Block a user