mpd: Fix typo, remove comment
This commit is contained in:
parent
daa6af6f1b
commit
3dbf50fa5b
@ -37,7 +37,6 @@ class MpdDispatcher(object):
|
||||
response = []
|
||||
filter_chain = [
|
||||
self._catch_mpd_ack_errors_filter,
|
||||
# TODO: tokenize filter
|
||||
self._authenticate_filter,
|
||||
self._command_list_filter,
|
||||
self._idle_filter,
|
||||
|
||||
@ -98,7 +98,7 @@ class Commands(object):
|
||||
"""Create a decorator that registers a handler and validation rules.
|
||||
|
||||
Additional keyword arguments are treated as converters/validators to
|
||||
apply to tokens converting them to proper Python type`s.
|
||||
apply to tokens converting them to proper Python types.
|
||||
|
||||
Requirements for valid handlers:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user