1
0
mirror of https://github.com/coleam00/Archon.git synced 2026-01-11 17:16:57 -05:00

Merge branch 'ui-changes-backup' into merge-ui-socket-fixes

This commit is contained in:
sean-eskerium
2025-08-31 22:30:07 -04:00
60 changed files with 6092 additions and 2259 deletions

View File

@@ -17,9 +17,7 @@ logger = get_logger(__name__)
# Import Socket.IO instance directly to avoid circular imports
try:
from ...socketio_app import get_socketio_instance
_sio = get_socketio_instance()
from ...socketio_app import sio as _sio
_broadcast_available = True
logger.info("✅ Socket.IO broadcasting is AVAILABLE - real-time updates enabled")