Skip to content

Commit

Permalink
Mando corrigido
Browse files Browse the repository at this point in the history
  • Loading branch information
thevtm committed May 23, 2015
1 parent be74a60 commit 6e1269c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -133,7 +133,7 @@
scoutDict['PontosMedia'] = float(atleta['media'])
scoutDict['Preco'] = float(atleta['preco'])
scoutDict['PrecoVariacao'] = float(atleta['variacao'])
scoutDict['Mando'] = atleta['clube']['id'] == atleta['partida_clube_visitante']['id']
scoutDict['Mando'] = atleta['clube']['id'] == atleta['partida_clube_casa']['id']
scoutDict['Jogos'] = atleta['jogos']
scoutDict['PartidaCasa'] = atleta['partida_clube_casa']['slug']
scoutDict['PartidaVisitante'] = atleta['partida_clube_visitante']['slug']
Expand Down

0 comments on commit 6e1269c

Please sign in to comment.