chore: trigger bot rebuild
This commit is contained in:
@@ -56,3 +56,4 @@ class Config:
|
|||||||
# correlation_symbols
|
# correlation_symbols
|
||||||
corr_env = os.getenv("CORRELATION_SYMBOLS", "BTCUSDT,ETHUSDT")
|
corr_env = os.getenv("CORRELATION_SYMBOLS", "BTCUSDT,ETHUSDT")
|
||||||
self.correlation_symbols = [s.strip() for s in corr_env.split(",") if s.strip()]
|
self.correlation_symbols = [s.strip() for s in corr_env.split(",") if s.strip()]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user