RohanPankaj / NBA-Prediction

The NBA-Predictions Project uses Machine Learning to predict the score of NBA-games and the performance of individual players.
BSD 2-Clause "Simplified" License
9 stars 0 forks source link

Requests Keep Timing Out #1

Closed RohanPankaj closed 3 years ago

RohanPankaj commented 3 years ago

The issue should be fixed. I reduced the number of api calls and made the program sleep for one second before making another.

The issue is fixed with the merge of pull request #5 into master