更新 readme,修复子节点用户初始化问题

This commit is contained in:
Jalin
2019-01-18 22:36:19 +08:00
parent bdc670a86d
commit 51ab20f7cf
2 changed files with 2 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ cp env.py.example env.py
语音通知
语音验证码使用的是阿里云 API 市场上的一个服务商,需要到 [https://market.aliyun.com/products/57126001/cmapi019902.html](https://market.aliyun.com/products/57126001/cmapi019902.html) 购买后将 appcode 填写到配置中
语音验证码使用的是阿里云 API 市场上的一个服务商,需要到 [https://market.aliyun.com/products/56928004/cmapi026600.html](https://market.aliyun.com/products/56928004/cmapi026600.html) 购买后将 appcode 填写到配置中
**3. 启动前测试**

View File

@@ -278,6 +278,7 @@ class UserJob:
if not Config().is_slave():
self.did_loaded_user()
else:
self.is_ready = True # 设置子节点用户 已准备好
UserLog.print_welcome_user(self)
return True
return False