Update privatetab.py

Improper string format fix
This commit is contained in:
Freaku17 2022-04-14 16:23:25 +05:30 committed by GitHub
parent 4b28612223
commit 19067129b1
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(