Remove print
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user