diff --git a/philosopher_example/philosophersLaunchExample.py b/philosopher_example/philosophersLaunchExample.py index f7c913b0a7842d470491d238c488ecb55564dba0..163266233266b806bbcaa01e951e6834126edc27 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()