server: formatting

This commit is contained in:
Mathieu Virbel
2023-07-27 18:09:01 +02:00
parent fe85005e8e
commit c7f2453090
3 changed files with 6 additions and 5 deletions

View File

@@ -14,7 +14,11 @@ from reflector.settings import settings
class StreamClient:
def __init__(
self, signaling, url="http://0.0.0.0:1250/offer", play_from=None, ping_pong=False
self,
signaling,
url="http://0.0.0.0:1250/offer",
play_from=None,
ping_pong=False,
):
self.signaling = signaling
self.server_url = url