From 00589c266eb6fc048b6ae7d00a72303876d2b247 Mon Sep 17 00:00:00 2001 From: nasrlol Date: Mon, 9 Dec 2024 21:37:55 +0100 Subject: fixed the custom greeting --- source/main_cli.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source/main_cli.py') diff --git a/source/main_cli.py b/source/main_cli.py index b474551..53f49aa 100644 --- a/source/main_cli.py +++ b/source/main_cli.py @@ -98,14 +98,6 @@ def draw_menu(stdscr): break # Exit the while loop and terminate the program -def input_handling(): - while True: - key = stdscr.getkey() - stdcr.addstr(f"key: {key}") - stdcr.refresh() - stdcr.getch() - - def main(): """ The main function wraps the curses functionality and runs the application. -- cgit v1.2.3-70-g09d2