Skip to content

Commit

Permalink
Update console.py
Browse files Browse the repository at this point in the history
  • Loading branch information
enty8080 authored May 19, 2024
1 parent 241b557 commit c03d60d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hatsploit/core/base/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ def shell_execute(self) -> None:
commands = self.badges.input_empty(prompt)

self.runtime.update()
self.badges.print_function(self.execute.execute_command,
self.string.split_args(commands))
self.execute.execute_command(self.string.split_args(commands))
self.runtime.update()

if self.local_storage.get("history"):
Expand Down

0 comments on commit c03d60d

Please sign in to comment.