Forgotten colon.

This commit is contained in:
Jeremy Fincher 2004-04-13 00:59:35 +00:00
parent 2e2e90b910
commit e877874cf7

View File

@ -142,7 +142,7 @@ def configure(advanced):
conf.supybot.plugins.LogToChannel.colorized.setValue(colorized) conf.supybot.plugins.LogToChannel.colorized.setValue(colorized)
if advanced: if advanced:
level = '' level = ''
while not level while not level:
try: try:
level = something('What would you like the minimum priority ' level = something('What would you like the minimum priority '
'level to be which will be logged to IRC?') 'level to be which will be logged to IRC?')