[READY][Gameplay] #310 Host transition idempotency and error catalog for scoreboard -> next round / finish #320
@@ -29,7 +29,10 @@ from fupogfakta.services import (
|
|||||||
from realtime.broadcast import sync_broadcast_phase_event
|
from realtime.broadcast import sync_broadcast_phase_event
|
||||||
from .i18n import api_error
|
from .i18n import api_error
|
||||||
|
|
||||||
_GAMEPLAY_SERVICE_OWNERSHIP_EXPORTS = (_select_round_question,)
|
_GAMEPLAY_SERVICE_OWNERSHIP_EXPORTS = (
|
||||||
|
_select_round_question,
|
||||||
|
_build_scoreboard_phase_event,
|
||||||
|
)
|
||||||
|
|
||||||
SESSION_CODE_ALPHABET = "ABCDEFGHJKLMNPQRSTUVWXYZ23456789"
|
SESSION_CODE_ALPHABET = "ABCDEFGHJKLMNPQRSTUVWXYZ23456789"
|
||||||
SESSION_CODE_LENGTH = 6
|
SESSION_CODE_LENGTH = 6
|
||||||
|
|||||||
Reference in New Issue
Block a user