Update kill_trans_pause.py
This commit is contained in:
parent
f568e559cf
commit
244428507c
@ -33,7 +33,7 @@ def kill_session(sess_key):
|
||||
for session in plex.sessions():
|
||||
user = session.username[0]
|
||||
if user in ignore_lst:
|
||||
print('Ignoring {}\'s paused transcode stream.')
|
||||
print('Ignoring {}\'s paused transcode stream.'.format(user))
|
||||
exit()
|
||||
state = session.players[0].state
|
||||
trans_dec = session.trancodeSessions[0].videoDecision
|
||||
|
Loading…
Reference in New Issue
Block a user