From 8f590c9402e69a02e0accae5ec0473b9aac52e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20=20AKLI?= <pr1temps@live.fr> Date: Sat, 17 Apr 2021 22:46:29 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 76acb8e..f4a0344 100644 --- a/main.py +++ b/main.py @@ -45,4 +45,4 @@ img2.create_image(150, 150, anchor=tk.NW, image=photo2) onglet.add ( img2 , text = "Graphique" ) -#root.mainloop() \ No newline at end of file +root.mainloop() -- GitLab