Fixing ruff format
This commit is contained in:
@@ -74,9 +74,7 @@ class SmallWebRTCConnection(EventEmitter):
|
|||||||
|
|
||||||
@self.pc.on("icegatheringstatechange")
|
@self.pc.on("icegatheringstatechange")
|
||||||
async def on_icegatheringstatechange():
|
async def on_icegatheringstatechange():
|
||||||
logger.info(
|
logger.info(f"Ice gathering state is {self.pc.iceGatheringState}")
|
||||||
f"Ice gathering state is {self.pc.iceGatheringState}"
|
|
||||||
)
|
|
||||||
|
|
||||||
@self.pc.on("track")
|
@self.pc.on("track")
|
||||||
async def on_track(track):
|
async def on_track(track):
|
||||||
|
|||||||
Reference in New Issue
Block a user