Skip to content

Commit

Permalink
Merge branches 'develop' and 'master' of https://github.com/ricequant…
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWang committed Feb 10, 2017
2 parents 8982234 + fe38097 commit 45450f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rqalpha/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def update_bundle(data_bundle_path):
tmp = os.path.join(tempfile.gettempdir(), 'rq.bundle')

while True:
url = 'http://7xjci3.com1.z0.glb.clouddn.com/bundles/rqbundle_%04d%02d%02d.tar.bz2' % (
url = 'http://7xjci3.com1.z0.glb.clouddn.com/bundles_v2/rqbundle_%04d%02d%02d.tar.bz2' % (
day.year, day.month, day.day)
print_('try {} ...'.format(url))
r = requests.get(url, stream=True)
Expand Down

0 comments on commit 45450f6

Please sign in to comment.