Files
The-Ouroboros/tests/test_dashboard.py
agentson 8c492eae3a
Some checks failed
CI / test (pull_request) Has been cancelled
fix: 대시보드 mode 배지 os.getenv 대신 settings.MODE 사용 (#237)
os.getenv("MODE")는 .env 파일을 읽지 못해 항상 paper를 반환함.
create_dashboard_app에 mode 파라미터 추가 후 main.py에서
settings.MODE를 직접 전달하도록 수정.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-24 06:52:10 +09:00

14 KiB