mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
Make the default schedule all Green
This commit is contained in:
parent
f2002f9077
commit
5cdb5f41e4
@ -51,7 +51,7 @@ DEFAULT_PREFS = {
|
||||
"low_down": -1.0,
|
||||
"low_up": -1.0,
|
||||
"low_active": -1,
|
||||
"button_state": [[1] * 7 for dummy in xrange(24)]
|
||||
"button_state": [[0] * 7 for dummy in xrange(24)]
|
||||
}
|
||||
|
||||
STATES = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user