mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2024-11-09 22:24:06 -08:00
Update db_admin.py
This commit is contained in:
parent
5a2db4b5f5
commit
89e8b041eb
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue