Update main.py

This commit is contained in:
OusmBlueNinja 2023-08-27 12:02:11 -05:00 committed by GitHub
parent 0e618389bc
commit 68625e2e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ def install(name:str, Packages:list):
Packages.packages.append(toList(line))
Packages.update(Packages.packages)
print(f"\n{color.green}Success:{color.white} Successfully installed {name}.")
print(f"{color.green}Success:{color.white} Successfully installed {name}.")
except Exception as e:
raise Exception(f"{color.red}{e}")'''