remotes/1693045480750635534/spooky-22
Aevann1 2022-02-05 12:18:24 +02:00
parent 00247dac36
commit 02b4630a03
1 changed files with 1 additions and 1 deletions

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