config: Fix a whitespace issue.

This commit is contained in:
Damir Jelić 2019-05-08 17:40:16 +02:00
parent 8a15ba79e6
commit 1a8e5ca65d

View File

@ -47,6 +47,7 @@ def parse_url(value):
return value
def parse_log_level(value):
# type: (str) -> logbook
value = value.lower()