diff --git a/update.py b/update.py index 753d6f79..c7386ff7 100644 --- a/update.py +++ b/update.py @@ -7,12 +7,6 @@ import dotenv import requests from git import Repo -logging.basicConfig( - format="[%(levelname)s] - [%(asctime)s] [%(filename)s:%(lineno)d] %(message)s", - handlers=[logging.FileHandler("log.txt"), logging.StreamHandler()], - level=logging.INFO, -) - LOGGER = logging.getLogger(__name__) CONFIG_FILE_URL = os.environ.get("CONFIG_FILE_URL")