From b7e732080c9430bd249773acc56d2175a2b3b859 Mon Sep 17 00:00:00 2001 From: OSINT-TECHNOLOGIES <77023667+OSINT-TECHNOLOGIES@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:57:05 +0300 Subject: [PATCH] Updated cli_init.py --- service/cli_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/cli_init.py b/service/cli_init.py index 63d4aba..4d5d368 100644 --- a/service/cli_init.py +++ b/service/cli_init.py @@ -18,7 +18,7 @@ def welcome_menu(self): self.console.print(fig.renderText('DPULSE'), style="red") print(Fore.CYAN + Style.BRIGHT + 'DPULSE-CLI // version: 1.0.1\n' + Style.RESET_ALL) print(Fore.CYAN + Style.BRIGHT + 'Developed by OSINT-TECHNOLOGIES\n' + Style.RESET_ALL) - print(Fore.CYAN + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES' + Style.RESET_ALL + '\n') + print(Fore.CYAN + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES\nhttps://pypi.org/project/dpulse/' + Style.RESET_ALL + '\n') def print_main_menu(self): print('\n')