Update ext.py

master
piyx 4 years ago committed by piyx
parent a69ae195c1
commit a56a6d595c

@ -22,4 +22,4 @@ def foldername(extension):
"ppt" : "Ppt files",
"doc" : "Documents"
}
return switcher.get(extension, "Extras") #returns "New Folder" if not in dictionary
return switcher.get(extension, "Extras") #returns "Extras" if not in dictionary

Loading…
Cancel
Save