mirror of
https://git.deluge-torrent.org/deluge
synced 2025-10-02 23:18:36 +00:00
Make the default schedule all Green
This commit is contained in:
parent
f2002f9077
commit
5cdb5f41e4
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ DEFAULT_PREFS = {
|
||||||
"low_down": -1.0,
|
"low_down": -1.0,
|
||||||
"low_up": -1.0,
|
"low_up": -1.0,
|
||||||
"low_active": -1,
|
"low_active": -1,
|
||||||
"button_state": [[1] * 7 for dummy in xrange(24)]
|
"button_state": [[0] * 7 for dummy in xrange(24)]
|
||||||
}
|
}
|
||||||
|
|
||||||
STATES = {
|
STATES = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue