From 596508cacd2ac907e621de1303f1b9d81fb3c51f Mon Sep 17 00:00:00 2001 From: Germey Date: Mon, 31 Jul 2017 02:35:21 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 465c86b..f510932 100644 --- a/README.md +++ b/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是否可用,不可用删除