diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-14 19:39:34 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-14 19:39:34 +0100 |
commit | 8df35c6df6c9ff5bc63bd94ccc35a8cace476394 (patch) | |
tree | 3c54a595086bbfd2867c7e8b75502a9cd5bf162a /src | |
parent | add variable monitor_controller (diff) | |
download | blueshift-8df35c6df6c9ff5bc63bd94ccc35a8cace476394.tar.gz blueshift-8df35c6df6c9ff5bc63bd94ccc35a8cace476394.tar.bz2 blueshift-8df35c6df6c9ff5bc63bd94ccc35a8cace476394.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py index 8bd6c05..81690aa 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -69,8 +69,8 @@ def periodically(year, month, day, hour, minute, second, weekday, fade): ## Set globals accessible by rc periodically = None -monitor_controller = None wait_period = 60 +monitor_controller = None global DATADIR, i_size, o_size, r_curve, g_curve, b_curve, clip_result global periodically, wait_period, monitor_controller |