Commit 05ffcffe authored by Jalin's avatar Jalin

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

parent c2cf3ef7
...@@ -41,7 +41,7 @@ cp env.py.example env.py ...@@ -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. 启动前测试** **3. 启动前测试**
......
...@@ -278,6 +278,7 @@ class UserJob: ...@@ -278,6 +278,7 @@ class UserJob:
if not Config().is_slave(): if not Config().is_slave():
self.did_loaded_user() self.did_loaded_user()
else: else:
self.is_ready = True # 设置子节点用户 已准备好
UserLog.print_welcome_user(self) UserLog.print_welcome_user(self)
return True return True
return False return False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment