summaryrefslogtreecommitdiff
path: root/const.py
diff options
context:
space:
mode:
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