diff --git a/ttbp/core.py b/ttbp/core.py index c7329d4..59151d8 100644 --- a/ttbp/core.py +++ b/ttbp/core.py @@ -42,7 +42,7 @@ import json from . import chatter from . import config -FEED = os.path.join(config.VAR_WWW, "index.html") +FEED = os.path.join("/home", "endorphant", "public_html", "ttbp", "index.html") SETTINGS = {} HEADER = ""