This commit is contained in:
Dobromir Popov
2025-07-23 13:39:41 +03:00
parent 944a7b79e6
commit df17a99247
13 changed files with 663 additions and 695 deletions

View File

@ -4,13 +4,10 @@ import logging
import importlib
import asyncio
from dotenv import load_dotenv
from safe_logging import setup_safe_logging
# Configure logging
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(levelname)s - %(message)s',
handlers=[logging.StreamHandler()]
)
setup_safe_logging()
logger = logging.getLogger("check_live_trading")
def check_dependencies():