Update empire.py
parent
978d2c7946
commit
b3caa66b4d
|
@ -645,7 +645,7 @@ class AgentsMenu(cmd.Cmd):
|
|||
# if the last checkin time exceeds the limit, remove it
|
||||
displayAgents.append(agent)
|
||||
|
||||
messages.display_agents(displayAgents)
|
||||
messages.display_staleagents(displayAgents)
|
||||
|
||||
|
||||
elif line.strip() != "":
|
||||
|
|
Loading…
Reference in New Issue