Update ext.py

master
Abhishek Kumar 3 years ago committed by GitHub
parent 9f244d64fc
commit cbf5f528dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,8 @@
def foldername(extension):
if(extension == ""):
return None
else:
switcher = {
switcher = {
"exe" : "Software",
"txt" : "Notes-Text",
"pdf" : "PDFs",

Loading…
Cancel
Save