This commit is contained in:
Aviral Arora 2026-04-24 20:58:39 +05:30 committed by GitHub
commit 0890ffd413
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()