Done!

parent 23a67046
......@@ -427,6 +427,11 @@ class MatchTimerComponent(ThreadedComponent):
self.message_bus.publish(start_intro_message)
# Set the pending match for timer expiration
with self._timer_lock:
self.pending_match_id = target_match.id
self.current_fixture_id = fixture_id
return {
"fixture_id": fixture_id,
"match_id": target_match.id,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment