From aa84ffdb1dfe54303ee2ee52db92e4399d5861a7 Mon Sep 17 00:00:00 2001 From: Jdrezen <jeremie.drezen@gmail.com> Date: Tue, 11 May 2021 12:36:53 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20l'initialisation=20qui=20?= =?UTF-8?q?=C3=A9tait=20en=20double?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- philosopher_example/philosophersLaunchExample.py | 1 - 1 file changed, 1 deletion(-) diff --git a/philosopher_example/philosophersLaunchExample.py b/philosopher_example/philosophersLaunchExample.py index f7c913b..1632662 100644 --- a/philosopher_example/philosophersLaunchExample.py +++ b/philosopher_example/philosophersLaunchExample.py @@ -9,7 +9,6 @@ controleur = ControleurPhilosophersExample(fenetre, amas) def main(): - controleur.initialisation() controleur.start() -- GitLab