Agent: Add docstring to SocketsPipe

This commit is contained in:
Kekoa Kaaikala 2022-09-06 19:55:25 +00:00
parent 7ebc403029
commit 1e0b26af8b
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ logger = getLogger(__name__)
class SocketsPipe(Thread):
"""Manages a pipe between two sockets."""
def __init__(
self,
source,