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):