mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-09 22:44:44 +00:00
minor fix
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
8e8c19c5fd
commit
72a14bfac9
@ -62,7 +62,7 @@ class Match:
|
||||
competitions = d.get_team_conpetitions(self.apikey, team, scope) # unimplemented
|
||||
for competition in competitions:
|
||||
for variable in self.config["tests"]:
|
||||
match_data = d.get_team_match_data(self.apikey, competition, team) # needs modified implementation
|
||||
match_data = d.get_team_match_data(self.apikey, competition, team, variable) # needs modified implementation
|
||||
self.data.append((team, competition, variable, match_data))
|
||||
|
||||
def process_data(self, exec_threads):
|
||||
|
Loading…
Reference in New Issue
Block a user