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 d93aa84 commit f31b661Copy full SHA for f31b661
service/cli_init.py
@@ -37,7 +37,7 @@ def print_settings_menu(self):
37
38
def print_help_menu(self):
39
print(Fore.MAGENTA + Back.WHITE + '[HELP MENU]' + Style.RESET_ALL)
40
- print(Fore.BLACK + Back.WHITE + '\nBe advised that choosing any of points below will open your web browser!\n' + Style.RESET_ALL)
+ print(Fore.BLACK + Back.WHITE + '\nBe advised that choosing any of points below will open your web browser!' + Style.RESET_ALL)
41
print(Fore.CYAN + "1. Open DPULSE repository")
42
print(Fore.CYAN + "2. Open DPULSE wiki")
43
print(Fore.CYAN + "3. How to correctly input your targets in DPULSE")
0 commit comments