mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 16:13:23 +08:00
commit
ae7c3aad2c
@ -166,7 +166,7 @@ class PrivateGatherTab(GatherTab):
|
|||||||
elif hcfg.session_type == 'teams':
|
elif hcfg.session_type == 'teams':
|
||||||
sessiontype = ba.DualTeamSession
|
sessiontype = ba.DualTeamSession
|
||||||
else:
|
else:
|
||||||
raise RuntimeError('fInvalid sessiontype: {hcfg.session_type}')
|
raise RuntimeError(f'Invalid sessiontype: {hcfg.session_type}')
|
||||||
pvars = PlaylistTypeVars(sessiontype)
|
pvars = PlaylistTypeVars(sessiontype)
|
||||||
|
|
||||||
playlist_name = ba.app.config.get(
|
playlist_name = ba.app.config.get(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user