mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Forgotten colon.
This commit is contained in:
parent
2e2e90b910
commit
e877874cf7
@ -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?')
|
||||
|
Loading…
Reference in New Issue
Block a user