fixed bug

This commit is contained in:
Boyan 2025-02-07 17:26:05 +01:00
parent 84f36247a8
commit 5dbf86164a

View File

@ -13,7 +13,7 @@ def check_dependencies() -> None:
for command in commands:
if os.system(f"which {command} > /dev/null") != 0:
print(f"{Fore.ORANGE}WARNING: {command} not found{Style.RESET_ALL}")
print(f"{Fore.RED}WARNING: {command} not found{Style.RESET_ALL}")
return