Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MisakaFxxk authored Mar 7, 2023
1 parent bbaccaa commit de524bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Infuse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if ($check3 = "yesyesyesyes")

首先创建一个名为`infuse`的数据库,然后创建一个名为`metadata`的表,表内结构如下,也可直接使用文件夹内的metadata.sql来导入表结构。

![image-20230307091348630](C:\Users\ChengYifei\AppData\Roaming\Typora\typora-user-images\image-20230307091348630.png)
![image-20230307091348630](https://pic.888888.al/i/2023/03/07/f8ewmg.png)

### 四、Python配置

Expand All @@ -71,4 +71,4 @@ screen -S infuse
python3 infuse.py
或后台运行:
nohup python3 infuse.py > infuse.log 2>&1 &
```
```

0 comments on commit de524bf

Please sign in to comment.