summaryrefslogtreecommitdiff
path: root/const.py
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-10-31 00:55:35 +0100
committerdavidovski <david@davidovski.xyz>2021-10-31 00:55:35 +0100
commit1a636fa9c073c99e519074e8f9ecc967fd0f16fc (patch)
tree9e614edb8d902eb96cf41df184a8c295757cdbf5 /const.py
parent86900ff45e05238f67cc14daef7fe76ded69385e (diff)
moved generated gifs to a different place
Diffstat (limited to 'const.py')
-rw-r--r--const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/const.py b/const.py
index d858374..6903e96 100644
--- a/const.py
+++ b/const.py
@@ -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