From cc8453282401528ffe0894a5f128013d160922ed Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 9 Dec 2012 15:42:15 +0100 Subject: [PATCH] Typo --- couchpotato/core/_base/_core/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/_base/_core/main.py b/couchpotato/core/_base/_core/main.py index 838ee5e6..9c400d11 100644 --- a/couchpotato/core/_base/_core/main.py +++ b/couchpotato/core/_base/_core/main.py @@ -69,7 +69,7 @@ class Core(Plugin): def available(self): return jsonified({ - 'succes': True + 'success': True }) def shutdown(self):