netoyage commentaire
This commit is contained in:
parent
05362a9d9c
commit
756286ca75
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user