From 55c67118b434e99c82130e59518e29a0a1a538bd Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 26 Jan 2021 16:29:43 +0100 Subject: [PATCH] =?UTF-8?q?=5F=5Fmain=5F=5F=20est=20une=20cha=C3=AEne,=20p?= =?UTF-8?q?as=20une=20variable.=20Le=20programme=20a=20maintenant=20l'air?= =?UTF-8?q?=20de=20fonctionner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yohann D'ANELLO --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2189dce..042ec37 100644 --- a/main.py +++ b/main.py @@ -96,5 +96,5 @@ def quit(exit_code: int = 0): exit(exit_code) -if __name__ == __main__: +if __name__ == '__main__': main()