From 4d9cc54204e079ee74bf232529cf01c005563e73 Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Fri, 21 May 2021 18:59:27 +0200 Subject: [PATCH] added TODO to Updater --- Updater/Updater.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Updater/Updater.py b/Updater/Updater.py index 1df4494..5613c97 100644 --- a/Updater/Updater.py +++ b/Updater/Updater.py @@ -30,4 +30,6 @@ try: except Exception as e: print(f"Impossible d'effectuer la mise à jour :\n\n{str(e)}") - input("Appuyez pour continuer...") \ No newline at end of file + input("Appuyez pour continuer...") + +# TODO: Utiliser un buffer pour éviter de consommer trop de RAM pendant le téléchargement \ No newline at end of file