merge master conflict
This commit is contained in:
commit
e2ab64172e
10
chaineTV.py
10
chaineTV.py
@ -119,13 +119,16 @@ class Interface:
|
|||||||
|
|
||||||
def click(self):
|
def click(self):
|
||||||
print(self.value.get())
|
print(self.value.get())
|
||||||
|
Arrayvalue=self.value.get().split(" ")
|
||||||
|
for value in Arrayvalue:
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
strlink=geturlprogrammetv(self.data[self.value.get()])
|
strlink=geturlprogrammetv(self.data[value])
|
||||||
link= Labbelink(self.resultframe.interior,self.data[self.value.get()],strlink)
|
link= Labbelink(self.resultframe.interior,self.data[value],strlink)
|
||||||
link.pack()
|
link.pack()
|
||||||
self.resultframe.update()
|
self.resultframe.update()
|
||||||
print(self.data[self.value.get()])
|
print(self.data[value])
|
||||||
emision=parse_emmission(strlink)
|
emision=parse_emmission(strlink)
|
||||||
if emision:
|
if emision:
|
||||||
if emision == "can't find show":
|
if emision == "can't find show":
|
||||||
@ -140,6 +143,7 @@ class Interface:
|
|||||||
print("numero de chaine inconnue")
|
print("numero de chaine inconnue")
|
||||||
unknow=Label(self.resultframe.interior, text="numero de chaine inconnue")
|
unknow=Label(self.resultframe.interior, text="numero de chaine inconnue")
|
||||||
unknow.pack()
|
unknow.pack()
|
||||||
|
|
||||||
self.value.set("")
|
self.value.set("")
|
||||||
|
|
||||||
def click_reset(self):
|
def click_reset(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user