a
This commit is contained in:
parent
46cb1f91d3
commit
dc7ebc8c16
|
|
@ -223,6 +223,7 @@ class ConfigManager:
|
|||
self._redis_client.ping()
|
||||
except:
|
||||
self._redis_connected = False
|
||||
return
|
||||
|
||||
# 从数据库加载配置(仅在Redis不可用或Redis中没有数据时)
|
||||
configs = TradingConfig.get_all()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user