Update update.py

This commit is contained in:
yasirarism 2023-07-02 12:37:06 +07:00 committed by GitHub
parent 3bebdfee43
commit 458a81aa34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")