mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
messin' with yaml
This commit is contained in:
parent
97c57164ce
commit
758632f0b9
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue