rica commited on
Commit
0d451f2
·
1 Parent(s): 5efa433

Delete insecure.txt

Browse files
Files changed (1) hide show
  1. insecure.txt +0 -5
insecure.txt DELETED
@@ -1,5 +0,0 @@
1
- import subprocess
2
-
3
- def transcode_file(request, filename):
4
- command = 'ffmpeg -i "{source}" output_file.mpg'.format(source=filename)
5
- subprocess.call(command, shell=True)