yaml fixes

Merge branch 'hotfix/1.0.0.1' into develop
This commit is contained in:
JesseBot 2015-10-22 05:29:56 +00:00
commit d88ceb2092

View file

@ -1,11 +1,13 @@
# production jessebot.com python file
import logging
from bottle import redirect, request, response, route
from bottle import run, static_file, template
import sys
import yaml
WEB_ROOT =
stream = open(config.yaml)
WEB_ROOT = ""
logging.basicConfig(stream=sys.stderr, level=logging.INFO)