Skip to content

Commit

Permalink
Updated cli_init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES authored Jun 14, 2024
1 parent 222c4ab commit b7e7320
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 @@ -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')
Expand Down

0 comments on commit b7e7320

Please sign in to comment.