mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
changed case and converted variable to string type, whoops
This commit is contained in:
parent
42f77da14a
commit
bfc9ec7a2b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from bottle import run, static_file, template
|
|||
import sys
|
||||
import yaml
|
||||
|
||||
WEB_ROOT = get_global_variable(WEB_ROOT)
|
||||
WEB_ROOT = get_global_variable('web_root')
|
||||
|
||||
logging.basicConfig(stream=sys.stderr, level=logging.INFO)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue