From 3105ea2073df02d9f8f388cf4c01949286808fb0 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 9 Oct 2011 18:05:15 +0200 Subject: [PATCH] Cronjob header in settings --- couchpotato/core/plugins/searcher/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/searcher/__init__.py b/couchpotato/core/plugins/searcher/__init__.py index 568875f3..7724534f 100644 --- a/couchpotato/core/plugins/searcher/__init__.py +++ b/couchpotato/core/plugins/searcher/__init__.py @@ -33,7 +33,7 @@ config = [{ ], }, { 'tab': 'searcher', - 'name': 'searcher', + 'name': 'cronjob', 'label': 'Cronjob', 'advanced': True, 'description': 'Cron settings for the searcher see: APScheduler for details.',