messin with yaml options

Merge branch 'hotfix/1.0.0.1'
This commit is contained in:
JesseBot 2015-10-22 05:29:31 +00:00
commit a141d19ab9

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)