Added option so serve images recursively

This commit is contained in:
Michael Mandl 2018-11-10 18:28:52 +01:00
parent cf6845c303
commit 1f60023b91
2 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,5 @@
imgdir = "."
recursive = True
refresh = 5
cachedir = "/tmp/webslider"
resolution = (1920, 1080)