pass instead of exit()

This commit is contained in:
blacktwin
2018-01-03 08:50:00 -05:00
committed by GitHub
parent 0989d2d824
commit a6aacee41b

View File

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