remove unused codes

This commit is contained in:
2022-05-10 23:05:10 +02:00
parent a9a569a314
commit 5d61d550d0
9 changed files with 29 additions and 364 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
import os
from dotenv import load_dotenv
import getpass
username = getpass.getuser()
load_dotenv()
LOG_SOURCE = os.getenv("LOG_SOURCE")
LOG_SOURCE = username
SMS_TIMEOUT = 120
BAUDRATE = 115200
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))