From e8ebe2da6d7a1a96d2adbb6288cf709365344d55 Mon Sep 17 00:00:00 2001 From: endorphant Date: Mon, 1 Jan 2018 22:33:21 -0500 Subject: [PATCH] hardlinking live feels stream to ~endo --- ttbp/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ""