We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004e127 commit 5052ec3Copy full SHA for 5052ec3
service/cli_init.py
@@ -16,7 +16,7 @@ def welcome_menu(self):
16
fig = Figlet(font='slant')
17
print('\n')
18
self.console.print(fig.renderText('DPULSE'), style="red")
19
- print(Fore.MAGENTA + Style.BRIGHT + 'DPULSE-CLI // 1.0.4 (unstable) // OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
+ print(Fore.MAGENTA + Style.BRIGHT + 'DPULSE-CLI // 1.0.4 (stable) // OSINT-TECHNOLOGIES\n' + Style.RESET_ALL)
20
print(Fore.MAGENTA + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES\nhttps://pypi.org/project/dpulse/' + Style.RESET_ALL + '\n')
21
22
def print_main_menu(self):
0 commit comments