From fe3980bc5ad7abc00ce4d822ee4b9536f2e1684e Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Fri, 7 Feb 2025 20:23:47 -0800 Subject: [PATCH] ok I'll stop --- ui/curses_ui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/curses_ui.py b/ui/curses_ui.py index 321108b..dc4c969 100644 --- a/ui/curses_ui.py +++ b/ui/curses_ui.py @@ -10,10 +10,9 @@ import ui.dialog import globals -messages_pad = messages_box = nodes_pad = nodes_box = channel_pad = channel_box = function_win = packetlog_win = entry_win = None - def main_ui(stdscr): global messages_pad, messages_box, nodes_pad, nodes_box, channel_pad, channel_box, function_win, packetlog_win, entry_win + messages_pad = messages_box = nodes_pad = nodes_box = channel_pad = channel_box = function_win = packetlog_win = entry_win = None stdscr.keypad(True) get_channels()