Added filetype-globs to config, log requests to console

This commit is contained in:
Michael Mandl 2019-01-01 17:46:33 +01:00
parent 30ee37bf74
commit 6c80f52f01
2 changed files with 23 additions and 5 deletions

View file

@ -3,3 +3,4 @@ recursive = True
refresh = 5
cachedir = "auto"
resolution = (1920, 1080)
filetypes = ["*.jpg", "*.JPG"]