mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Missing comma
This commit is contained in:
parent
b3dd326cea
commit
a8b36c95f5
@ -506,7 +506,7 @@ def main():
|
|||||||
output("""By default, your bot will log not only to files in the logs
|
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
|
directory you gave it, but also to stdout. We find this useful for
|
||||||
debugging, and also just for the pretty output (it's colored!)""")
|
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)
|
default=False)
|
||||||
conf.supybot.log.stdout.setValue(stdout)
|
conf.supybot.log.stdout.setValue(stdout)
|
||||||
if conf.supybot.log.stdout():
|
if conf.supybot.log.stdout():
|
||||||
|
Loading…
Reference in New Issue
Block a user