mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Update update.py
This commit is contained in:
parent
3bebdfee43
commit
458a81aa34
1 changed files with 0 additions and 6 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue