Every plugin has now an array entry; Beautified the output

Changes:
- added latest version of plugin to installedplugin array
- fixed issue when array couldn't be created; Now the array will always be created
- added bright Green to console Output
- deleted debug output for the  innput
This commit is contained in:
Neocky
2021-03-13 19:21:03 +01:00
parent 0d17bfe25b
commit 3fed1580f8
3 changed files with 93 additions and 44 deletions

View File

@@ -16,6 +16,7 @@ class oColors:
brightYellow = "\033[93m"
brightMagenta = "\033[95m"
brightRed = "\033[91m"
brightGreen = "\033[92m"
darkMagenta = "\033[35m"