Browse Source

update readme

pull/4/merge
Germey 7 years ago
parent
commit
596508cacd
  1. 4
      README.md

4
README.md

@ -13,7 +13,7 @@ pip3 install -r requirements.txt
在config.py修改
```
```python
# Redis数据库地址
REDIS_HOST = 'localhost'
@ -55,7 +55,7 @@ API_PORT = 5000
在config.py修改
```
```python
# 产生器开关,模拟登录添加Cookies
GENERATOR_PROCESS = True
# 验证器开关,循环检测数据库中Cookies是否可用,不可用删除

Loading…
Cancel
Save