update regex
This commit is contained in:
@@ -16,7 +16,7 @@ import io
|
||||
import datetime
|
||||
|
||||
SQLFILE = "list_of_files.sqlite"
|
||||
IMGMATCH = re.compile(".*\.jpg$|.*\.jpeg$|.*\.png$", re.I)
|
||||
IMGMATCH = re.compile(r".*\.jpg$|.*\.jpeg$|.*\.png$", re.I)
|
||||
BADDIRS = []
|
||||
MINSIZE = 0
|
||||
# MIME=magic.open(magic.MAGIC_NONE)
|
||||
|
||||
Reference in New Issue
Block a user