From a6aacee41bbee397a40d4accf87a9f85ae5e565b Mon Sep 17 00:00:00 2001 From: blacktwin Date: Wed, 3 Jan 2018 08:50:00 -0500 Subject: [PATCH] pass instead of exit() --- killstream/kill_trans_exp_audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killstream/kill_trans_exp_audio.py b/killstream/kill_trans_exp_audio.py index d9892c9..89f8313 100644 --- a/killstream/kill_trans_exp_audio.py +++ b/killstream/kill_trans_exp_audio.py @@ -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