From 756286ca7534afd86aaf6d9cb451b55ac733f880 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 21 Aug 2018 11:25:42 +0200 Subject: [PATCH] netoyage commentaire --- chaineTV.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/chaineTV.py b/chaineTV.py index 2590c2e..23135af 100644 --- a/chaineTV.py +++ b/chaineTV.py @@ -83,10 +83,6 @@ class Interface: if emision == "can't find show": Label(self.resultframe,text="impssible de parser cette chaine").pack() else: - #raw_data = urllib.request.urlopen(emision['img']).read() - #image = ImageTk.PhotoImage(file=io.BytesIO(raw_data)) - #photolabel=Label(self.resultframe,image=image) - #photolabel.image = image image=LabelImage(self.resultframe,emision['img']) image.pack() Labbelink(self.resultframe,("emmision ce soir: "+emision["title"]),emision['href']).pack() @@ -102,11 +98,6 @@ class Interface: print("numero de chaine inconnue") unknow=Label(self.resultframe, text="numero de chaine inconnue") unknow.pack() - - - - #self.label2["text"] += geturlprogrammetv(self.data[self.value.get()]) - self.value.set("") def click_reset(self):