-
Notifications
You must be signed in to change notification settings - Fork 263
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
Fix Home|Away Turnovers #281
Conversation
Modified version of #197. Fixed home_turnovers and away_turnovers mapping from timeout mapping. Added command line option to update game turnovers.
Not sure what stats_home and stats_away are but they do not exist, and makes this change fail. |
@flipperbw What happens when you run this in a python file?
|
I wound up using #197 (with some fixes of its own, some typos there). So I'm not sure, but can't really go back to check. It said this though:
|
@flipperbw I got the same thing trying to update after this weeks games. But I ran it again and it worked. I feel like there is a cache issue with nfldb and nflgame. I'm going to modify the pull request to fix this. Thanks! |
@nokemono42 Were you able to fix the suspected cache issue with nfldb and nflgame? I'm using #287 and I'm still getting the following errors: nfldb-update
|
@jayhova3g #287 Addresses this issue. I have been running it for a few weeks now with no problem. |
Thank you for responding. I think I had an configuration error on my computer. I deleted and reinstalled #287. I haven't had anymore issues. |
Modified version of #197.
Fixed home_turnovers and away_turnovers mapping from timeout mapping.
Added command line option to update game turnovers.