From 02b4630a0345a7391bf5ec7592d76ed97a40b4a7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 5 Feb 2022 12:18:24 +0200 Subject: [PATCH] sfd --- files/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/__main__.py b/files/__main__.py index 6ea2fa2d0..5787cc038 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -17,7 +17,7 @@ from sys import stdout import faulthandler from json import loads -f = 'files/templates/sidebar_' + environ.get("SITE_NAME").strip().lower() + '.html' +f = 'files/templates/sidebar_' + environ.get("SITE_NAME").strip() + '.html' if not path.exists(f): with open(f, 'w'): pass