summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-05 19:53:13 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-05 19:53:13 +0200
commit1173da9eaeaf06e53b476087a2ebc9774d84ec2b (patch)
treeaa1f3e0f738536a46ec770a7b2980ff8191f9c84
parentfix m bug (diff)
downloadblueshift-1173da9eaeaf06e53b476087a2ebc9774d84ec2b.tar.gz
blueshift-1173da9eaeaf06e53b476087a2ebc9774d84ec2b.tar.bz2
blueshift-1173da9eaeaf06e53b476087a2ebc9774d84ec2b.tar.xz
missed to select global var
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-xsrc/__main__.py2
1 files changed, 1 insertions, 1 deletions
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):