From b180d3f39d5cc3a7b54de3f394328d198c3dbaeb Mon Sep 17 00:00:00 2001 From: MingxuanGame Date: Sat, 18 Oct 2025 11:12:53 +0000 Subject: [PATCH] fix(config): add missing code-block end --- app/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config.py b/app/config.py index dddac0e..5d8d02a 100644 --- a/app/config.py +++ b/app/config.py @@ -120,6 +120,7 @@ CALCULATOR="performance_server" CALCULATOR_CONFIG='{ "server_url": "http://localhost:5225" }' +``` """, } },