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

_fill_today_bars 中的 bug #13

Open
iLampard opened this issue Nov 28, 2016 · 1 comment
Open

_fill_today_bars 中的 bug #13

iLampard opened this issue Nov 28, 2016 · 1 comment

Comments

@iLampard
Copy link

if is_holiday(today): # do nothing if holiday
return
elif datetime.date.today().weekday() in [5, 0]:
return

此处的[5,0] 应该是[5,6]吧?

@iLampard
Copy link
Author

tushare/barfeed.py

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

No branches or pull requests

1 participant