mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Remove print
This commit is contained in:
parent
3d1bb9975c
commit
0e7a3962bb
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ DOCUMENTATION :: END
|
||||||
|
|
||||||
# Get video resolution file
|
# Get video resolution file
|
||||||
def vr(resolution):
|
def vr(resolution):
|
||||||
print(resolution)
|
|
||||||
if resolution in ('1080i', '576i', '480i'):
|
if resolution in ('1080i', '576i', '480i'):
|
||||||
return resolution
|
return resolution
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue