short pause on splash screen

This commit is contained in:
pdxlocations
2025-01-14 22:10:02 -08:00
parent 3ec58356d6
commit ce654fe5a1
+1
View File
@@ -55,6 +55,7 @@ def draw_splash(stdscr):
stdscr.addstr(start_y+4, start_x2, message_4)
stdscr.box()
stdscr.refresh()
curses.napms(500)
def draw_channel_list():