Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Dec 5, 2023
1 parent c30d0b4 commit 7dcec02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-api/livekit/api/_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Service(ABC):
def __init__(
self, host: str, api_key: str, api_secret: str, session: aiohttp.ClientSession
self, session: aiohttp.ClientSession, host: str, api_key: str, api_secret: str
):
self._client = TwirpClient(session, host, "livekit")
self.api_key = api_key
Expand Down

0 comments on commit 7dcec02

Please sign in to comment.