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