mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 17:08:25 +00:00
Merge 5c9cd64c09 into 01a51bbca6
This commit is contained in:
commit
e2cfe2c33b
1 changed files with 1 additions and 1 deletions
2
core.py
2
core.py
|
|
@ -225,7 +225,7 @@ class HackingTool:
|
|||
if self.before_uninstall():
|
||||
if isinstance(self.UNINSTALL_COMMANDS, (list, tuple)):
|
||||
for cmd in self.UNINSTALL_COMMANDS:
|
||||
console.print(f"[error]→ {cmd}[/error]")
|
||||
console.print(f"[warning]→ {cmd}[/warning]")
|
||||
os.system(cmd)
|
||||
self.after_uninstall()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue