Ciro Spaciari 2024-07-23 08:53:24 -07:00 zatwierdzone przez GitHub
rodzic 90b08b55d3
commit 63b1546bbb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -574,7 +574,7 @@ class _ASGI:
self.SERVER_PORT = None
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_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.lifespan = lifespan