This commit is contained in:
Aevann1 2022-02-05 12:18:24 +02:00
parent 764805f088
commit ac4e242ec3

View file

@ -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