]> kaliko git repositories - python-musicpdaio.git/blobdiff - mpdaio/connection.py
Add binary read for albumart/readpicture and protocol version
[python-musicpdaio.git] / mpdaio / connection.py
index f4a97de09039f3220ce81ea6971ef99155bf5f5d..5da292c0eae5a209cacd598537e852eb8397c954 100644 (file)
@@ -172,7 +172,6 @@ class Connection(base):
         self.version = rcv.split('\n')[0][len(HELLO_PREFIX):]
         log.info('protocol version: %s', self.version)
 
-
     def __getattr__(self, name: str) -> Any:
         """All unknown attributes are delegated to the reader and writer"""
         if self._closed or not self.in_use: