不需要区分环境
This commit is contained in:
@@ -11,9 +11,8 @@ from dingtalk import DingTalkBot
|
|||||||
import talib as ta
|
import talib as ta
|
||||||
from tabulate import tabulate
|
from tabulate import tabulate
|
||||||
|
|
||||||
env = "online"
|
|
||||||
# env = "on"
|
db_config = DatabaseConfig()
|
||||||
db_config = DatabaseConfig(env=env)
|
|
||||||
logger.info(f"数据库连接: {db_config.connection_string}")
|
logger.info(f"数据库连接: {db_config.connection_string}")
|
||||||
|
|
||||||
# 如果只是测试连接
|
# 如果只是测试连接
|
||||||
|
|||||||
Reference in New Issue
Block a user