diff --git a/README.md b/README.md index ea979bc..797da7e 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,6 @@ import os import subprocess -#posible_enlace_musica = "C:/Users/Sheila/Desktop/music/surrenderchristinaperri.mp3" -#enlace_navegador = "https://www.youtube.com/watch?v=Ui3G7Anma0k&ab_channel=ChristinaPerri" -#posible_enlace_archivo_texto = "C:/Users/Sheila/Documents/hola.txt" - - def reproducir_musica(enlace=None): if enlace: subprocess.Popen(["start", "", enlace], shell=True) @@ -127,7 +122,6 @@ def mostrar_menu(): root.mainloop() -# Llamamos a la función principal para mostrar el menú mostrar_menu()