Update main.py
This commit is contained in:
parent
0e618389bc
commit
68625e2e62
4
main.py
4
main.py
@ -54,7 +54,7 @@ def install(name:str, Packages:list):
|
|||||||
|
|
||||||
Packages.packages.append(toList(line))
|
Packages.packages.append(toList(line))
|
||||||
Packages.update(Packages.packages)
|
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:
|
except Exception as e:
|
||||||
raise Exception(f"{color.red}{e}")'''
|
raise Exception(f"{color.red}{e}")'''
|
||||||
@ -351,4 +351,4 @@ def start():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
start()
|
start()
|
||||||
|
Loading…
Reference in New Issue
Block a user