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)
if advanced:
level = ''
while not level
while not level:
try:
level = something('What would you like the minimum priority '
'level to be which will be logged to IRC?')