kochlisGit/ProphitBet-Soccer-Bets-Predictor

latest games of season do not show up

Opened this issue · 1 comments

Good Day!

I was wondering what should i change to the code to get the latest games of the Greek super league season, currently i get few of the new season games and only if i set last_n_games the value of 1.

If you kindly to help me out, thanks!!

btw same happens with english premier league new season games do not show up

update:
something in the for loop of main.py

for i, url in enumerate(url_list):
            try:
                matches_df = pd.read_csv(url)
                matches_df['Season'] = league.year_start + i
                league_matches_dfs.append(matches_df)
            except:

Hi,
Did you managed to solve the issue ? I'm having the same issue for most of the leagues.

Thanks