Jeffgold commited on
Commit
f56e978
·
1 Parent(s): 1cec1d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def convert_video(video_file, quality, aspect_ratio, video_url):
132
  master_playlist_path = create_master_playlist(output_paths, Path(input_path).stem)
133
  output_paths.append(master_playlist_path)
134
 
135
- output_links = []
136
  for path in output_paths:
137
  s3_path = f"s3://{AWS_S3_BUCKET}/{Path(input_path).stem}/{Path(path).name}"
138
  upload_file_to_s3(path, s3_path)
 
132
  master_playlist_path = create_master_playlist(output_paths, Path(input_path).stem)
133
  output_paths.append(master_playlist_path)
134
 
135
+ output_links = []
136
  for path in output_paths:
137
  s3_path = f"s3://{AWS_S3_BUCKET}/{Path(input_path).stem}/{Path(path).name}"
138
  upload_file_to_s3(path, s3_path)