更新 readme,修复子节点用户初始化问题
This commit is contained in:
@@ -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:
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user