typo
This commit is contained in:
parent
ca24243449
commit
0e6f8bbb0b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class MusicMpdPlugin(MusicPlugin):
|
|||
* **python-mpd2** (``pip install python-mpd2``)
|
||||
"""
|
||||
|
||||
_client_lock = RLock()
|
||||
_client_lock = threading.RLock()
|
||||
|
||||
def __init__(self, host, port=6600):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue