задача

This commit is contained in:
ALEXSim 2026-05-08 11:24:20 +03:00
parent 70022c0081
commit da2814be7a
8 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ try:
from dotenv import load_dotenv
# Ищем .env файл в текущей директории
env_path = Path('.') / '.env'
env_path = Path('..') / '.env'
if env_path.exists():
load_dotenv()
logging.info("Загружен .env файл")