mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-24 03:29:28 +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)
|
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?')
|
||||||
|
Loading…
Reference in New Issue
Block a user