Fix bug running website with ssh mud connections active

This commit is contained in:
Griatch 2024-03-17 11:08:04 +01:00
parent eb83bbea9c
commit a24b384e00

View file

@ -11,7 +11,6 @@ TEMPLATES["OPTIONS"]["context_processors"] list.
import os
from django.conf import settings
from evennia.utils.utils import get_evennia_version
# Setup lists of the most relevant apps so
@ -130,7 +129,7 @@ def general_context(request):
"telnet_ssl_enabled": TELNET_SSL_ENABLED,
"telnet_ssl_ports": TELNET_SSL_PORTS,
"ssh_enabled": SSH_ENABLED,
"ssh_ports": SSH_ENABLED,
"ssh_ports": SSH_PORTS,
"webclient_enabled": WEBCLIENT_ENABLED,
"websocket_enabled": WEBSOCKET_CLIENT_ENABLED,
"websocket_port": WEBSOCKET_PORT,