Add api_secret to default config

pull/54/head
Mitchell Klijs 7 years ago
parent 97f9ab12fb
commit 11a3da97d7

@ -38,7 +38,8 @@ class Config(object, metaclass=Singleton):
'debug': False
},
'trakt': {
'api_key': ''
'api_key': '',
'api_secret': ''
},
'sonarr': {
'url': 'http://localhost:8989/',

Loading…
Cancel
Save