From dbc900d478f3b7fa26bd3bce5fb1606256ee120a Mon Sep 17 00:00:00 2001 From: 21in7 Date: Fri, 6 Mar 2026 23:59:29 +0900 Subject: [PATCH] chore: trigger bot rebuild --- src/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.py b/src/config.py index dde160a..c40e980 100644 --- a/src/config.py +++ b/src/config.py @@ -56,3 +56,4 @@ class Config: # correlation_symbols corr_env = os.getenv("CORRELATION_SYMBOLS", "BTCUSDT,ETHUSDT") self.correlation_symbols = [s.strip() for s in corr_env.split(",") if s.strip()] +