We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079a8c9 commit ee6ab6fCopy full SHA for ee6ab6f
service/cli_init.py
@@ -20,7 +20,7 @@ def welcome_menu(self):
20
fig = Figlet(font=wm_font)
21
print('\n')
22
self.console.print(fig.renderText('DPULSE'), style=preview_style)
23
- print(Fore.MAGENTA + Style.BRIGHT + '[DPULSE-CLI] - [v1.1.5 rolling] - [OSINT-TECHNOLOGIES]\n' + Style.RESET_ALL)
+ print(Fore.MAGENTA + Style.BRIGHT + '[DPULSE-CLI] - [v1.1.5 stable] - [OSINT-TECHNOLOGIES]\n' + Style.RESET_ALL)
24
print(Fore.MAGENTA + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES\nhttps://pypi.org/project/dpulse/' + Style.RESET_ALL)
25
26
def print_main_menu(self):
0 commit comments