diff --git a/Folder/A brand-new file.json b/Folder/A brand-new file.json deleted file mode 100644 index 842cb2a..0000000 --- a/Folder/A brand-new file.json +++ /dev/null @@ -1 +0,0 @@ -{"5234": {"type": "body", "text": "New Body Text"}} \ No newline at end of file diff --git a/Folder/Another Folder/New Folder/another.json b/Folder/Another Folder/New Folder/another.json deleted file mode 100644 index 16ba775..0000000 --- a/Folder/Another Folder/New Folder/another.json +++ /dev/null @@ -1 +0,0 @@ -{"5102": {"type": "title", "text": "hUIGw"}, "9969": {"type": "list", "items": ["New Listhzuiheawuihd", "jdiawjdis", "jfesjfies", ""]}} \ No newline at end of file diff --git a/Folder/TEST TEST.json b/Folder/TEST TEST.json deleted file mode 100644 index 9e26dfe..0000000 --- a/Folder/TEST TEST.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/Folder/hfeiowo.json b/Folder/hfeiowo.json deleted file mode 100644 index 9e26dfe..0000000 --- a/Folder/hfeiowo.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/Folder/walter.gif b/Folder/walter.gif deleted file mode 100644 index c878b79..0000000 Binary files a/Folder/walter.gif and /dev/null differ diff --git a/src/FileView.py b/src/FileView.py index cfbca53..1f83842 100644 --- a/src/FileView.py +++ b/src/FileView.py @@ -101,7 +101,6 @@ def scan_files(self, path, extension): if not isfile(path + "/" + i): out = out + self.scan_files(path + "/" + i, extension) elif extension in i: - # Only return .json files out.append(path + "/" + i) log(f"Found {len(out)} files in {path}") return out