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