]> kaliko git repositories - python-musicpdaio.git/blobdiff - mpdaio/connection.py
Add connections propertie
[python-musicpdaio.git] / mpdaio / connection.py
index c47cd7ea3f52705d49ca50f6ba40b0442278f1e9..072fc3fc1d0edbe22a9681f994446409f6fcb9da 100644 (file)
@@ -144,7 +144,7 @@ class Connection(base):
 
     def __repr__(self):
         host = f"{self._host[0]}:{self._host[1]}"
-        return f"Connection<{host}>#{id(self)}"
+        return f"Connection<{host}>"
 
     @property
     def closed(self):