From 89e8b041eba7a7480396608ad4384fc6d1647f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TC=C2=B2?= <130875305+TheCommsChannel@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:47:43 -0400 Subject: [PATCH] Update db_admin.py --- db_admin.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/db_admin.py b/db_admin.py index 78b6522..8ed54ee 100644 --- a/db_admin.py +++ b/db_admin.py @@ -1,11 +1,6 @@ -import logging +import os import sqlite3 import threading -import uuid -from datetime import datetime -import os - -# Import functions from meshtastic and utils as needed thread_local = threading.local() @@ -157,7 +152,6 @@ Database Administrator print_separator() def clear_screen(): - # Clear the console screen os.system('cls' if os.name == 'nt' else 'clear') def input_bold(prompt):