This commit is contained in:
Fabio Manganiello 2019-01-14 19:54:59 +01:00
parent ca24243449
commit 0e6f8bbb0b
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""