diff options
Diffstat (limited to 'source/features.py')
| -rw-r--r-- | source/features.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
