mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 23:18:40 +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.days = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
|
||||||
self.conf_file = deluge.common.CONFIG_DIR + "/scheduler.conf"
|
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.button_state_temp = [[0] * 7 for dummy in xrange(24)]
|
||||||
self.status = -1
|
self.status = -1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue