From a7225aee18627dd47754e2ee402a8ce3cf15ee9c Mon Sep 17 00:00:00 2001 From: awdev <165525907+awdev1@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:29:51 -0700 Subject: [PATCH] Update main.py --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 96dc070..63e6006 100644 --- a/main.py +++ b/main.py @@ -9,7 +9,6 @@ import threading import logging - logging.basicConfig(filename='app.log', level=logging.ERROR, format='%(asctime)s - %(levelname)s - %(message)s')