From c7656ad5e6920ed92007100f0167cefb454b1007 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Sat, 10 Jul 2021 10:08:26 +0530 Subject: [PATCH] Update ext.py --- ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext.py b/ext.py index 6d77f00..621717c 100644 --- a/ext.py +++ b/ext.py @@ -22,4 +22,4 @@ def foldername(extension): "ppt" : "Ppt files", "doc" : "Documents" } - return switcher.get(extension, "Extras") #returns "Extras" if not in dictionary + return switcher.get(extension, "Extras") #returns "Extras" if not in dictionary