From 369a032c57753612e07d43b9e51294418a10ce82 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Fri, 26 Apr 2019 15:52:28 -0400 Subject: [PATCH] use slowest aka cie2000 by default --- ASCII/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ASCII/plugin.py b/ASCII/plugin.py index 1a8f179..c63a298 100644 --- a/ASCII/plugin.py +++ b/ASCII/plugin.py @@ -298,7 +298,7 @@ class ASCII(callbacks.Plugin): elif 'insane' in optlist: speed = 'insane' else: - speed = 'slower' + speed = 'slowest' if 'w' in optlist: cols = optlist.get('w') else: @@ -429,7 +429,7 @@ class ASCII(callbacks.Plugin): elif 'insane' in optlist: speed = 'insane' else: - speed = 'slower' + speed = 'slowest' if 'w' in optlist: cols = optlist.get('w') else: