pass instead of exit()
This commit is contained in:
parent
0989d2d824
commit
a6aacee41b
@ -39,7 +39,7 @@ def kill_session():
|
|||||||
media_type = session.type
|
media_type = session.type
|
||||||
if user in USER_IGNORE or media_type == 'track':
|
if user in USER_IGNORE or media_type == 'track':
|
||||||
print('Ignoring {}\'s {} stream.'.format(user, media_type))
|
print('Ignoring {}\'s {} stream.'.format(user, media_type))
|
||||||
exit()
|
pass
|
||||||
trans_dec = session.transcodeSessions[0].videoDecision
|
trans_dec = session.transcodeSessions[0].videoDecision
|
||||||
if trans_dec == 'transcode':
|
if trans_dec == 'transcode':
|
||||||
platform = session.players[0].platform
|
platform = session.players[0].platform
|
||||||
|
Loading…
x
Reference in New Issue
Block a user