Skip to content

Commit

Permalink
Fixes TypeError when displaying main menu in client.py (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyjellyrobot authored Jul 14, 2023
1 parent e46e61a commit 53a3a94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions empire/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ def parse_command_line(self, text: str, cmd_line: List[str], resource_file=False
state.get_listeners()
print_util.title(
state.empire_version,
f"{state.host}:{state.port}" if state.connected else "",
len(state.modules),
len(state.listeners),
len(state.active_agents),
Expand Down

0 comments on commit 53a3a94

Please sign in to comment.