whois fix
This commit is contained in:
@@ -909,7 +909,7 @@ async def dashboard_websocket(websocket: WebSocket):
|
||||
elif event_type == 'command.whois':
|
||||
# WHOIS ist Shop-unabhängig - nutze einen beliebigen Online-Agent
|
||||
agent_id = None
|
||||
for aid, ws in manager.agents.items():
|
||||
for aid, ws in manager.agent_connections.items():
|
||||
if ws:
|
||||
agent_id = aid
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user