Merge pull request #379 from Freaku17/patch-1

Update privatetab.py
This commit is contained in:
Roman Trapeznikov 2022-04-14 14:16:17 +03:00 committed by GitHub
commit ae7c3aad2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ class PrivateGatherTab(GatherTab):
elif hcfg.session_type == 'teams':
sessiontype = ba.DualTeamSession
else:
raise RuntimeError('fInvalid sessiontype: {hcfg.session_type}')
raise RuntimeError(f'Invalid sessiontype: {hcfg.session_type}')
pvars = PlaylistTypeVars(sessiontype)
playlist_name = ba.app.config.get(