summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/features.py2
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