Fix minor test regresion
This commit is contained in:
parent
14a7a9bd80
commit
742ecf10ae
@ -58,3 +58,6 @@ class MpdSession(network.LineProtocol):
|
||||
|
||||
def on_line_recieved(self, line):
|
||||
self.send_lines(self.dispatcher.handle_request(line))
|
||||
|
||||
def close(self):
|
||||
self.stop()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user