Remove print
This commit is contained in:
@@ -59,7 +59,6 @@ DOCUMENTATION :: END
|
||||
|
||||
# Get video resolution file
|
||||
def vr(resolution):
|
||||
print(resolution)
|
||||
if resolution in ('1080i', '576i', '480i'):
|
||||
return resolution
|
||||
else:
|
||||
|
Reference in New Issue
Block a user