Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3eb44a4

Browse files
authored
Update main.py
1 parent 1dea0d7 commit 3eb44a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4_ordenar_descargas/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def organizar_descargas():
99
"Comprimidos": [".zip", ".rar", ".7z", ".gz", ".pkg", ".paq", ".tar"],
1010
"Documentos": [".pdf", ".docs", ".xlsx", ".xls", ".txt", ".pptx", ".csv", ".ppt", ".md"],
1111
"Imagenes": [".jpg", ".jpeg", ".png", ".gif", ".webp"],
12-
"Programas": [".exe", ".msi", ".msix", ".appx"],
12+
"Programas": [".exe", ".msi", ".msix", ".appx", ".bat"],
1313
"Videos": [".mp4", ".mov", ".avi", ".flv"],
1414
"Otros":[]
1515
}

0 commit comments

Comments
 (0)