Skip to content

Commit

Permalink
Update livekit-agents/livekit/agents/ipc/proc_pool.py
Browse files Browse the repository at this point in the history
Co-authored-by: Théo Monnom <theo.8bits@gmail.com>
  • Loading branch information
nbsp and theomonnom authored Aug 22, 2024
1 parent 6bf239b commit 47c00d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-agents/livekit/agents/ipc/proc_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(
def processes(self) -> list[SupervisedProc]:
return self._processes

def get(self, job_id: str) -> SupervisedProc | None:
def get_by_job_id(self, job_id: str) -> SupervisedProc | None:
return next(
(
x
Expand Down

0 comments on commit 47c00d3

Please sign in to comment.