From 1a636fa9c073c99e519074e8f9ecc967fd0f16fc Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 31 Oct 2021 00:55:35 +0100 Subject: moved generated gifs to a different place --- const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'const.py') 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 -- cgit v1.2.1