diff options
author | davidovski <david@davidovski.xyz> | 2021-10-31 00:55:35 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-31 00:55:35 +0100 |
commit | 1a636fa9c073c99e519074e8f9ecc967fd0f16fc (patch) | |
tree | 9e614edb8d902eb96cf41df184a8c295757cdbf5 /const.py | |
parent | 86900ff45e05238f67cc14daef7fe76ded69385e (diff) |
moved generated gifs to a different place
Diffstat (limited to 'const.py')
-rw-r--r-- | const.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,5 +4,5 @@ date_format = "%a, %d %b %Y %H:%M:%S" source = "src" templates = "templates" resources = "resources" -dist = "html" +dist = "dist" summary_max = 10 |