mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 19:42:42 +01:00
fix reference to old greenlet client
This commit is contained in:
parent
4bd1d4df25
commit
9d1870af16
1 changed files with 1 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ class Connection(object):
|
|||
yield bluelet.call(self.do_command(Command(line)))
|
||||
except BPDClose:
|
||||
# Command indicates that the conn should close.
|
||||
self.client.close()
|
||||
self.sock.close()
|
||||
return
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Reference in a new issue