Skip to content

Commit

Permalink
Merge d97e862 into 1b6fe2b
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Aug 8, 2019
2 parents 1b6fe2b + d97e862 commit 179bdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/supported_file.py
@@ -1,6 +1,6 @@
import os

_SUPPORTED_EXTENSIONS = set(['.jpg', '.jpeg', '.png'])
_SUPPORTED_EXTENSIONS = set(['.jpg', '.jpeg', '.png', '.webp'])


def is_supported(path):
Expand Down

0 comments on commit 179bdc8

Please sign in to comment.