ok I'll stop

This commit is contained in:
pdxlocations
2025-02-07 20:23:47 -08:00
parent 9c380c18fd
commit fe3980bc5a

View File

@@ -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()