From 25dcb06c992859c477460f8f41e74027bcbeadd4 Mon Sep 17 00:00:00 2001 From: /XNL-h4ck3r Date: Tue, 5 Mar 2024 13:13:57 +0000 Subject: [PATCH] v3.1 - See CHANGELOG.md --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e13aa59..753901f 100644 --- a/setup.py +++ b/setup.py @@ -46,4 +46,4 @@ ) if configNew: - print('\nIMPORTANT: The file '+target_directory+'/config.yml already exists.\nCreating config.yml.NEW but leaving existing config.\nIf you need the new file, then remove the current one and rename config.yml.NEW to config.yml\n') \ No newline at end of file + print('\n\e[33mIMPORTANT: The file '+target_directory+'/config.yml already exists.\nCreating config.yml.NEW but leaving existing config.\nIf you need the new file, then remove the current one and rename config.yml.NEW to config.yml\n\e[0m') \ No newline at end of file