mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
yaml fixes
Merge branch 'hotfix/1.0.0.1' into develop
This commit is contained in:
commit
d88ceb2092
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