Update db_admin.py

This commit is contained in:
TC² 2024-07-10 15:47:43 -04:00
parent 5a2db4b5f5
commit 89e8b041eb

View file

@ -1,11 +1,6 @@
import logging import os
import sqlite3 import sqlite3
import threading import threading
import uuid
from datetime import datetime
import os
# Import functions from meshtastic and utils as needed
thread_local = threading.local() thread_local = threading.local()
@ -157,7 +152,6 @@ Database Administrator
print_separator() print_separator()
def clear_screen(): def clear_screen():
# Clear the console screen
os.system('cls' if os.name == 'nt' else 'clear') os.system('cls' if os.name == 'nt' else 'clear')
def input_bold(prompt): def input_bold(prompt):