Update config.py

This commit is contained in:
Gordon Shumway 2019-04-17 21:33:08 -04:00 committed by GitHub
parent 64e62a915b
commit fa4734b5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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""")))