forgot to close function call to template pathing

This commit is contained in:
JesseBot 2016-01-03 19:36:25 +00:00
parent cbe21cc56d
commit 27a3c9fa3d

View file

@ -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('/')