Skip to content

Commit

Permalink
Update cli_init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Oct 1, 2024
1 parent b4e6ce2 commit 5726010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/cli_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def welcome_menu(self):
fig = Figlet(font=wm_font)
print('\n')
self.console.print(fig.renderText('DPULSE'), style=preview_style)
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)
print(Fore.MAGENTA + Style.BRIGHT + 'Visit our pages:\nhttps://github.com/OSINT-TECHNOLOGIES\nhttps://pypi.org/project/dpulse/' + Style.RESET_ALL)

def print_main_menu(self):
Expand Down

0 comments on commit 5726010

Please sign in to comment.