mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
tiny bit of pep8
This commit is contained in:
parent
f818d92cd6
commit
fe64357a33
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ WEB_ROOT = get_global_variable('web_root')
|
|||
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)
|
||||
bottle.TEMPLATE_PATH.insert(0,
|
||||
'{0}/front_end/html_templates/'.format(WEB_ROOT)
|
||||
|
||||
|
||||
@route('/')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue