kochlisGit / ProphitBet-Soccer-Bets-Predictor

ProphitBet is a Machine Learning Soccer Bet prediction application. It analyzes the form of teams, computes match statistics and predicts the outcomes of a match using Advanced Machine Learning (ML) methods. The supported algorithms in this application are Neural Networks, Random Forests & Ensembl Models.
MIT License
281 stars 104 forks source link

fix fixtures_url from france.py #82

Open mnomoko opened 2 months ago

mnomoko commented 2 months ago

remove "/fr" from fixtures_url to allow French league 1 prediction

mnomoko commented 2 months ago

note that if you already created a French league 1 the value is store in database so modifying fixtures_url will not fix the error. To solve error once you modify or merge this, you would need to delete leagues from database and recreate them