Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

启动证券客户端问题修复 #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KimChow
Copy link

@KimChow KimChow commented Feb 6, 2018

修改无法直接从json里读取配置问题
在test文件里加了一些默认值
对于华泰的加载文件进行了修改,可以确保启动正常

在test文件里加了一些默认值
对于华泰的加载文件进行了修改,可以确保启动正常
with open(need_data_file) as json_data:
need_data = json.load(json_data)
self.user.login(**need_data)
#self.user.prepare(need_data)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

注释掉的代码可以直接移除,不需要保留

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants