sfd
This commit is contained in:
parent
764805f088
commit
ac4e242ec3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue