diff options
| -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: | |||
| 56 | 56 | ||
| 57 | # clearing the terminal for a cleaner and program like interaction | 57 | # clearing the terminal for a cleaner and program like interaction |
| 58 | def clear_terminal_lcd(self): | 58 | def clear_terminal_lcd(self): |
| 59 | lcd.instance.clear() | 59 | L.clear() |
| 60 | os.system("cls" if os.name == "nt" else "clear") | 60 | os.system("cls" if os.name == "nt" else "clear") |
| 61 | 61 | ||
| 62 | # Features | 62 | # Features |
