Update plexpy.test.py

did some cleaning up
This commit is contained in:
12nick12 2017-10-11 10:03:33 -04:00 committed by GitHub
parent 6351cf6452
commit a22568a28b
1 changed files with 2 additions and 3 deletions

View File

@ -34,7 +34,6 @@ for i in range(0, stream_count):
user = decoded['response']['data']['sessions'][i]['user']
bandwidth = decoded['response']['data']['sessions'][i]['bandwidth']
bandwidthTotal = float(bandwidthTotal) + float(bandwidth) / 1024
print(transcode)
print(user)
print("Type of Stream: %s" % transcode)
print("User: %s:" % user)
print("Total Bandwidth: %.2f" % bandwidthTotal)