Skip to content

Commit 63b1546

Browse files
authored
opsie
1 parent 90b08b5 commit 63b1546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/socketify/asgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def __init__(
574574
self.SERVER_PORT = None
575575
self.SERVER_HOST = ""
576576
self.SERVER_SCHEME = "https" if self.server.options and self.server.options.cert_file_name is not None else "http"
577-
self.SERVER_WS_SCHEME = "wss" if self.server.options and self.server.options.cert_file_name is not Noneelse "ws"
577+
self.SERVER_WS_SCHEME = "wss" if self.server.options and self.server.options.cert_file_name is not None else "ws"
578578
self.task_factory_max_items = task_factory_max_items
579579
self.lifespan = lifespan
580580

0 commit comments

Comments
 (0)