diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-11 02:43:35 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-11 02:43:35 +0100 |
commit | 19b2d0dbf1f06fea55b30710daa7eb99b5dcbae5 (patch) | |
tree | febdaf0b94231322ecd2928fef594fdce09c1695 /examples | |
parent | info: doc edid variable (diff) | |
download | blueshift-19b2d0dbf1f06fea55b30710daa7eb99b5dcbae5.tar.gz blueshift-19b2d0dbf1f06fea55b30710daa7eb99b5dcbae5.tar.bz2 blueshift-19b2d0dbf1f06fea55b30710daa7eb99b5dcbae5.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/comprehensive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/comprehensive b/examples/comprehensive index 1ee514f..ef8376d 100644 --- a/examples/comprehensive +++ b/examples/comprehensive @@ -340,7 +340,7 @@ def periodically(year, month, day, hour, minute, second, weekday, fade): randr(monitors[m % len(monitors)]) # Lets wait only 5 seconds, instead of a minute before running again. - wait_period = 10 + wait_period = 5 def reset(): |