Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chmn106 committed Apr 13, 2021
1 parent 207c655 commit 2cad93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ from jqdatasdk import *
import os, redis

if __name__ == '__main__':
auth('账户','密码')
auth('账户','密码') # 需要在JoinQuant官网注册
dataGlovar.DataPath = '数据存储地址'
dataGlovar.redisCon = redis.StrictRedis(host='127.0.0.1')
os.makedirs(dataGlovar.DataPath, exist_ok=True)
Expand Down

0 comments on commit 2cad93d

Please sign in to comment.