mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix typo
This commit is contained in:
parent
3a699585d5
commit
210329f85b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue