Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
ef4be54ff4 |
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ class MyForm(Form):
|
|||
|
||||
if form.validate():
|
||||
flash('OK. Starting download')
|
||||
flash('et mon cul c\'est du poulet')
|
||||
process = subprocess.Popen(['./dl_wrapper.sh', url],
|
||||
stdout=subprocess.PIPE,
|
||||
universal_newlines=True)
|
||||
|
|
Loading…
Reference in a new issue