You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hola, mirando este código he conseguido encontrar la manera de implementar un cambio de canal. ch = int(input("Canal a cambiar: ")) for _ in range(0, len(str(ch))): tv._send_irc_code("Num"+str(ch)[_]) time.sleep(0.5)
Recuerda importar la librería time, usando import time. Espero que le haya servido.
Hola. ¿Ha pensado en implementar el cambio de canal?
The text was updated successfully, but these errors were encountered: