use slowest aka cie2000 by default

This commit is contained in:
Gordon Shumway 2019-04-26 15:52:28 -04:00 committed by GitHub
parent 1e3ac9cca3
commit 369a032c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: