From 3d7c1e8703924363c76984bca644a5a068d7b88e Mon Sep 17 00:00:00 2001 From: Mitchell Klijs Date: Fri, 27 Apr 2018 10:02:33 +0200 Subject: [PATCH] Add api_secret to default config --- misc/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/',