forked from MarseyWorld/MarseyWorld
sfd
parent
00247dac36
commit
02b4630a03
|
@ -17,7 +17,7 @@ from sys import stdout
|
||||||
import faulthandler
|
import faulthandler
|
||||||
from json import loads
|
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):
|
if not path.exists(f):
|
||||||
with open(f, 'w'): pass
|
with open(f, 'w'): pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue