Skip to content

Commit

Permalink
fix: tortoise update (close #33)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashiCoin committed Apr 9, 2023
1 parent d82011c commit dbecdf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ bash <(curl -s -L https://raw.githubusercontent.com/zhenxun-org/zhenxun_bot-depl

## 更新

**2023/04/09**

- 修复tortoise更新出现的问题 [#33](https://github.com/zhenxun-org/zhenxun_bot-deploy/issues/33)

**2023/01/26**

- 使用虚拟环境运行
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Set_config() {
Set_config_bot
Set_config_admin
echo -e "${Info} 开始设置 PostgreSQL 连接语句..."
sed -i 's|bind.*|bind: str = "postgresql://zhenxun:zxpassword@localhost:5432/zhenxun"|g' configs/config.py
sed -i 's|bind.*|bind: str = "postgres://zhenxun:zxpassword@localhost:5432/zhenxun"|g' configs/config.py
}

Start_zhenxun_bot() {
Expand Down

0 comments on commit dbecdf8

Please sign in to comment.