Added else
This commit is contained in:
blacktwin 2018-03-18 20:14:25 -04:00 committed by Blacktwin
parent 16d91370f1
commit ee73a93fdc

View File

@ -40,6 +40,7 @@ def kill_session():
if user in USER_IGNORE or media_type == 'track':
print('Ignoring {}\'s {} stream.'.format(user, media_type))
pass
else:
try:
trans_dec = session.transcodeSessions[0].videoDecision
if trans_dec == 'transcode':