From 1173da9eaeaf06e53b476087a2ebc9774d84ec2b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 5 Apr 2014 19:53:13 +0200 Subject: missed to select global var MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__main__.py b/src/__main__.py index 9bde5c1..bab3271 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -337,7 +337,7 @@ def continuous_run(): ''' Invoked to run continuously if `periodically` is not `None` ''' - global running, wait_period, fadein_time, fadeout_time + global running, wait_period, fadein_time, fadeout_time, reset_on_error global fadein_steps, fadeout_steps, trans_delta, p, sleep, panic def p(t, fade = None): -- cgit v1.2.3-70-g09d2