fixed minor push_pit bug

Former-commit-id: 9603ca2be9
This commit is contained in:
Arthur Lu 2021-10-11 02:59:49 +00:00
parent d89f997117
commit 1e6bc1926a

View File

@ -194,7 +194,7 @@ def push_pit(client, competition, pit):
for variable in pit:
push_team_pit_data(apikey, competition, variable, pit[variable])
push_team_pit_data(client, competition, variable, pit[variable])
def check_new_database_matches(client, competition):