mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-15 05:54:24 +00:00
fix typo
This commit is contained in:
parent
3a699585d5
commit
210329f85b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user