From 94f71d6f8fc7301dfd470ccf2fee27e078321a78 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sun, 13 Mar 2022 15:21:11 -0400 Subject: Pull changes from mjfer.net This commit adds the changes from the mjfer.net which enable using git as the file last update tracker --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index 6f796fe..5e62328 100644 --- a/config.py +++ b/config.py @@ -1,5 +1,6 @@ import os + class config: # BACKGROUND SETTINGS # # These don't need to be changed @@ -30,4 +31,3 @@ class config: DEFAULT_SITE_DIRS.append(x) GENERATED_SECRET_KEY = os.urandom(32) - -- cgit v1.2.3