Skip to content

Commit f31b661

Browse files
Fixed "Help" menu visual bug
1 parent d93aa84 commit f31b661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/cli_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def print_settings_menu(self):
3737

3838
def print_help_menu(self):
3939
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)
40+
print(Fore.BLACK + Back.WHITE + '\nBe advised that choosing any of points below will open your web browser!' + Style.RESET_ALL)
4141
print(Fore.CYAN + "1. Open DPULSE repository")
4242
print(Fore.CYAN + "2. Open DPULSE wiki")
4343
print(Fore.CYAN + "3. How to correctly input your targets in DPULSE")

0 commit comments

Comments
 (0)