mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-09-26 15:20:18 +00:00
implemented event delay with dummy listener,
event delay listener in data.py unimplemented
Former-commit-id: dea5f3a374
This commit is contained in:
@@ -185,4 +185,8 @@ def push_pit(apikey, competition, pit):
|
||||
|
||||
for variable in pit:
|
||||
|
||||
push_team_pit_data(apikey, competition, variable, pit[variable])
|
||||
push_team_pit_data(apikey, competition, variable, pit[variable])
|
||||
|
||||
def check_new_database_matches(client, competition):
|
||||
|
||||
return True
|
Reference in New Issue
Block a user