From 0bba7ddfde20f87932c3a93341754b8e2364daee Mon Sep 17 00:00:00 2001 From: nasrlol Date: Tue, 3 Dec 2024 02:20:15 +0100 Subject: fixed the last initialization renaming --- source/features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features.py') diff --git a/source/features.py b/source/features.py index 40ba922..2eb5a42 100644 --- a/source/features.py +++ b/source/features.py @@ -56,7 +56,7 @@ class feat: # clearing the terminal for a cleaner and program like interaction def clear_terminal_lcd(self): - lcd.instance.clear() + L.clear() os.system("cls" if os.name == "nt" else "clear") # Features -- cgit v1.2.3-70-g09d2