Skip to content

Commit

Permalink
更新 readme,修复子节点用户初始化问题
Browse files Browse the repository at this point in the history
  • Loading branch information
pjialin committed Jan 18, 2019
1 parent bdc670a commit 51ab20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 启动前测试**

Expand Down
1 change: 1 addition & 0 deletions py12306/user/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ def load_user_from_remote(self):
if not Config().is_slave():
self.did_loaded_user()
else:
self.is_ready = True # 设置子节点用户 已准备好
UserLog.print_welcome_user(self)
return True
return False
Expand Down

0 comments on commit 51ab20f

Please sign in to comment.