From fa4734b5fd54c5bbf9e00f9e205158e76b70ea0e Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Wed, 17 Apr 2019 21:33:08 -0400 Subject: [PATCH] Update config.py --- ASCII/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASCII/config.py b/ASCII/config.py index 6a24dcc..e850af9 100644 --- a/ASCII/config.py +++ b/ASCII/config.py @@ -36,4 +36,4 @@ conf.registerChannelValue(ASCII, 'delay', registry.Float(1.0, _("""Set the time delay betwen lines"""))) conf.registerChannelValue(ASCII, 'randWait', -registry.CommaSeparatedListOfStrings("Please be patient while I render the image into ASCII characters and colorize the output, Please be patient while I render the image into ASCII characters and colorize the output", _("""Comma seperated list of wait messages"""))) +registry.CommaSeparatedListOfStrings(["Please be patient while I render the image into ASCII characters and colorize the output, Please be patient while I render the image into ASCII characters and colorize the output]", _("""Comma seperated list of wait messages""")))