From 50ab4129dc1ce0b8a0cfeb0f557186b4cfda4331 Mon Sep 17 00:00:00 2001 From: Gu1llaum-3 Date: Tue, 27 Dec 2022 15:28:32 +0100 Subject: [PATCH] =?UTF-8?q?Modification=20au=20niveau=20du=20message=20de?= =?UTF-8?q?=20t=C3=A9l=C3=A9chargement=20termin=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index f314159..ab0668e 100644 --- a/app.py +++ b/app.py @@ -19,7 +19,14 @@ def index(): if request.method == 'POST': url = request.form['url'] result = process_file(url) - return "Téléchargement terminé" + return ''' +
+ + + +
+ Téléchargement terminé + ''' def process_file(url): path = os.path.expanduser('~/musics')