Skip to content

Commit

Permalink
opsie
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospaciari authored Jul 23, 2024
1 parent 90b08b5 commit 63b1546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socketify/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def __init__(
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

Expand Down

0 comments on commit 63b1546

Please sign in to comment.