This commit is contained in:
Cocoon-Break 2026-04-24 15:14:10 +08:00 committed by GitHub
commit e2cfe2c33b
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()