From 8518404590edb0b54363f5e3fe065604b1189367 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 10 Apr 2018 20:18:30 +0200 Subject: [PATCH] =?UTF-8?q?n'affiche=20plus=20l'inteface=20graphique=20si?= =?UTF-8?q?=20un=20argument=20est=20positionn=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chaineTV.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chaineTV.py b/chaineTV.py index f5b2e05..0f9882f 100644 --- a/chaineTV.py +++ b/chaineTV.py @@ -127,5 +127,5 @@ if arg == True: interface.value.set(i) interface.click() interface.value.set("") - -interface.mainloop() +else: + interface.mainloop()