added SVG to image extensions

main
Alexandre B A Villares 2020-09-01 23:47:06 -03:00
rodzic 33c0d4f1ba
commit 6fb2d9f4ec
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -26,6 +26,7 @@ def is_img_ext(file_name):
'gif',
'tif',
'tga',
'svg',
)
return ext.lower() in valid_ext