changed case and converted variable to string type, whoops

This commit is contained in:
JesseBot 2015-10-22 20:02:39 +00:00
parent 42f77da14a
commit bfc9ec7a2b

View file

@ -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)