From a8b36c95f521d761a8529734e15b6992a7ed2e0b Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 25 Aug 2004 13:07:04 +0000 Subject: [PATCH] Missing comma --- scripts/supybot-wizard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index 52691ccb5..9f0abbc9d 100755 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -506,7 +506,7 @@ def main(): output("""By default, your bot will log not only to files in the logs directory you gave it, but also to stdout. We find this useful for debugging, and also just for the pretty output (it's colored!)""") - stdout = not yn('Would you like to turn off this logging to stdout?' + stdout = not yn('Would you like to turn off this logging to stdout?', default=False) conf.supybot.log.stdout.setValue(stdout) if conf.supybot.log.stdout():