From 4b61fa8411c2e5516a183170cfabbbc1551a9928 Mon Sep 17 00:00:00 2001 From: naelsondouglas Date: Fri, 15 Oct 2021 03:12:01 -0300 Subject: [PATCH] removed a typo --- bpytop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpytop.py b/bpytop.py index 6c74857..621df07 100755 --- a/bpytop.py +++ b/bpytop.py @@ -4807,7 +4807,7 @@ class Menu: elif key in ["escape", "o", "M", "f2"]: cls.close = True break - elif key == "tab" or (key == "down" and selected_int == len(option_items) - 1 and page in [0, pages]: + elif key == "tab" or (key == "down" and selected_int == len(option_items) - 1 and page in [0, pages]): if cat_int == len(categories) - 1: cat_int = 0 else: