messin' with yaml

This commit is contained in:
JesseBot 2015-10-22 05:29:20 +00:00
parent 97c57164ce
commit 758632f0b9

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)