diff --git a/misc/config.py b/misc/config.py index e1b1982..3e3ba09 100644 --- a/misc/config.py +++ b/misc/config.py @@ -38,7 +38,8 @@ class Config(object, metaclass=Singleton): 'debug': False }, 'trakt': { - 'api_key': '' + 'api_key': '', + 'api_secret': '' }, 'sonarr': { 'url': 'http://localhost:8989/',