Update empire.py

1.6
enigma0x3 2015-08-12 11:43:51 -04:00
parent 978d2c7946
commit b3caa66b4d
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ class AgentsMenu(cmd.Cmd):
# if the last checkin time exceeds the limit, remove it # if the last checkin time exceeds the limit, remove it
displayAgents.append(agent) displayAgents.append(agent)
messages.display_agents(displayAgents) messages.display_staleagents(displayAgents)
elif line.strip() != "": elif line.strip() != "":