This is kind of redundant
This commit is contained in:
parent
a1932b3e98
commit
3b21b7bf7d
@ -14,9 +14,6 @@ class MpdServer(asyncore.dispatcher):
|
||||
for each client connection.
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
asyncore.dispatcher.__init__(self)
|
||||
|
||||
def start(self):
|
||||
"""Start MPD server."""
|
||||
try:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user