diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-12-03 02:20:15 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-12-03 02:20:15 +0100 |
| commit | 0bba7ddfde20f87932c3a93341754b8e2364daee (patch) | |
| tree | 79eecf8cae2efacaebf82fae6fb9bef325f23066 /source/features.py | |
| parent | b497d9dc0793684c0154d85b3b09e68743afe071 (diff) | |
fixed the last initialization renaming
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 |
