kopia lustrzana https://github.com/cirospaciari/socketify.py
opsie
rodzic
90b08b55d3
commit
63b1546bbb
|
@ -574,7 +574,7 @@ class _ASGI:
|
||||||
self.SERVER_PORT = None
|
self.SERVER_PORT = None
|
||||||
self.SERVER_HOST = ""
|
self.SERVER_HOST = ""
|
||||||
self.SERVER_SCHEME = "https" if self.server.options and self.server.options.cert_file_name is not None else "http"
|
self.SERVER_SCHEME = "https" if self.server.options and self.server.options.cert_file_name is not None else "http"
|
||||||
self.SERVER_WS_SCHEME = "wss" if self.server.options and self.server.options.cert_file_name is not Noneelse "ws"
|
self.SERVER_WS_SCHEME = "wss" if self.server.options and self.server.options.cert_file_name is not None else "ws"
|
||||||
self.task_factory_max_items = task_factory_max_items
|
self.task_factory_max_items = task_factory_max_items
|
||||||
self.lifespan = lifespan
|
self.lifespan = lifespan
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue