Author: andar
Revision: 5369
Log:
Make the default schedule all Green
Diff:
Modified: trunk/deluge/plugins/scheduler/scheduler/core.py
===================================================================
--- trunk/deluge/plugins/scheduler/scheduler/core.py 2009-06-10 05:34:06 UTC
(rev 5368)
+++ trunk/deluge/plugins/scheduler/scheduler/core.py 2009-06-10 05:37:28 UTC
(rev 5369)
@@ -51,7 +51,7 @@
"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 = {
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---