mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
forgot to close function call to template pathing
This commit is contained in:
parent
cbe21cc56d
commit
27a3c9fa3d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ logging.basicConfig(stream=sys.stderr, level=logging.INFO)
|
|||
logging.info("logging config loaded")
|
||||
# full path to HTML templates
|
||||
bottle.TEMPLATE_PATH.insert(0,
|
||||
'{0}/front_end/html_templates/'.format(WEB_ROOT)
|
||||
'{0}/front_end/html_templates/'.format(WEB_ROOT))
|
||||
|
||||
|
||||
@route('/')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue