Update kill_trans_exp_audio.py

This commit is contained in:
blacktwin 2018-01-03 11:37:26 -05:00 committed by GitHub
parent a2f0d09bfe
commit 465d47b668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ def kill_session():
if trans_dec == 'transcode':
platform = session.players[0].platform
MESSAGE = DEVICES.get(platform, DEFAULT_REASON)
#print(MESSAGE)
# print(MESSAGE)
print('Killing {user}\'s stream for transcoding video on {plat}.'.format(user=user, plat=platform))
session.stop(reason=MESSAGE)
except IndexError: