From 210329f85b5a69f10ea0b54d45f5d40791d868e8 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sun, 8 Jul 2007 01:38:10 +0000 Subject: [PATCH] fix typo --- plugins/Scheduler/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Scheduler/plugin.py b/plugins/Scheduler/plugin.py index 282cbb92c..67fb7a04b 100644 --- a/plugins/Scheduler/plugin.py +++ b/plugins/Scheduler/plugin.py @@ -8,7 +8,7 @@ class plugin_Scheduler: self.days = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"] self.conf_file = deluge.common.CONFIG_DIR + "/scheduler.conf" - self.config = self.config = deluge.pref.Preferences() + self.config = deluge.pref.Preferences() self.button_state_temp = [[0] * 7 for dummy in xrange(24)] self.status = -1