diff --git a/backend/app/api/endpoints/__pycache__/account.cpython-312.pyc b/backend/app/api/endpoints/__pycache__/account.cpython-312.pyc new file mode 100644 index 0000000..c426796 Binary files /dev/null and b/backend/app/api/endpoints/__pycache__/account.cpython-312.pyc differ diff --git a/backend/app/api/endpoints/__pycache__/auto_trade.cpython-312.pyc b/backend/app/api/endpoints/__pycache__/auto_trade.cpython-312.pyc new file mode 100644 index 0000000..20f9038 Binary files /dev/null and b/backend/app/api/endpoints/__pycache__/auto_trade.cpython-312.pyc differ diff --git a/backend/app/api/endpoints/__pycache__/discovery.cpython-312.pyc b/backend/app/api/endpoints/__pycache__/discovery.cpython-312.pyc new file mode 100644 index 0000000..242ff01 Binary files /dev/null and b/backend/app/api/endpoints/__pycache__/discovery.cpython-312.pyc differ diff --git a/backend/app/api/endpoints/__pycache__/kis.cpython-312.pyc b/backend/app/api/endpoints/__pycache__/kis.cpython-312.pyc index e67f928..579b3cc 100644 Binary files a/backend/app/api/endpoints/__pycache__/kis.cpython-312.pyc and b/backend/app/api/endpoints/__pycache__/kis.cpython-312.pyc differ diff --git a/backend/app/api/endpoints/__pycache__/news.cpython-312.pyc b/backend/app/api/endpoints/__pycache__/news.cpython-312.pyc new file mode 100644 index 0000000..27079f2 Binary files /dev/null and b/backend/app/api/endpoints/__pycache__/news.cpython-312.pyc differ diff --git a/backend/app/api/endpoints/__pycache__/trade.cpython-312.pyc b/backend/app/api/endpoints/__pycache__/trade.cpython-312.pyc new file mode 100644 index 0000000..2f029b2 Binary files /dev/null and b/backend/app/api/endpoints/__pycache__/trade.cpython-312.pyc differ diff --git a/backend/app/api/endpoints/__pycache__/watchlist.cpython-312.pyc b/backend/app/api/endpoints/__pycache__/watchlist.cpython-312.pyc new file mode 100644 index 0000000..3e7cef3 Binary files /dev/null and b/backend/app/api/endpoints/__pycache__/watchlist.cpython-312.pyc differ diff --git a/backend/app/main.py b/backend/app/main.py index 5c69a71..c95ef44 100644 --- a/backend/app/main.py +++ b/backend/app/main.py @@ -8,6 +8,7 @@ from contextlib import asynccontextmanager from app.core.config import settings from app.db.init_db import init_db from app.workers.scheduler import start_scheduler +from app.core.startup import run_startup_sequence import logging diff --git a/backend/app/services/__pycache__/master_service.cpython-312.pyc b/backend/app/services/__pycache__/master_service.cpython-312.pyc new file mode 100644 index 0000000..54d3304 Binary files /dev/null and b/backend/app/services/__pycache__/master_service.cpython-312.pyc differ diff --git a/backend/kis_stock.db b/backend/kis_stock.db index 02fe0b5..3b76428 100644 Binary files a/backend/kis_stock.db and b/backend/kis_stock.db differ