We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e6ce2 commit 5726010Copy full SHA for 5726010
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 // 1.1.1 (rolling) // OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
+ print(Fore.MAGENTA + Style.BRIGHT + 'DPULSE-CLI // 1.1.1 (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