Add self dummy entry to FORMATS (#133)
This takes care of #132 by allowing the filecheck to recognize self as a type but not actually have any file types associated with it.
This commit is contained in:
@@ -40,7 +40,8 @@ def getFile(filename,shortFilename,folderDir,imageURL,indent=0, silent=False):
|
||||
FORMATS = {
|
||||
"videos": [".mp4", ".webm"],
|
||||
"images": [".jpg",".jpeg",".png",".bmp"],
|
||||
"gifs": [".gif"]
|
||||
"gifs": [".gif"],
|
||||
"self": []
|
||||
}
|
||||
|
||||
for type in GLOBAL.arguments.skip:
|
||||
|
||||
Reference in New Issue
Block a user