mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🔧 更新数据库连接字符串
This commit is contained in:
parent
07a8c41082
commit
f77e15e147
2
.github/workflows/bot_check.yml
vendored
2
.github/workflows/bot_check.yml
vendored
@ -80,5 +80,5 @@ jobs:
|
||||
sed -i "s/^.*\?LOG_LEVEL.*/LOG_LEVEL=${{ env.LOG_LEVEL }}/g" .env.dev
|
||||
poetry run python3 bot_check.py
|
||||
env:
|
||||
DB_URL: "sqlite://:memory:"
|
||||
DB_URL: "sqlite://zhenxun.db"
|
||||
LOG_LEVEL: DEBUG
|
||||
|
||||
Loading…
Reference in New Issue
Block a user